hawu-epubjs
v0.3.94
Published
Parse and Render Epubs (based on epub.js v0.3.93 with fixes)
Readme
hawu-epubjs
This is my personal fork of epub.js with some fixes.
Based on epub.js v0.3.93.
Changes include
- Fix potential memory leaks
- Replaced anonymous unload event listener in
DefaultViewManagerandContinuousViewManagerwith a named function, ensuring proper cleanup. - Updated their
removeEventListenersto correctly remove unload handlers. - Fixed a typo in
Stage.destroy()where "orientationchange" was misspelled.
- Replaced anonymous unload event listener in
