You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For e-readers that allow users to upload their own ePubs and read them in the browser, it would be wasteful to upload the whole file to a server just for indexing purposes, where everything is stored locally in indexed db.
Is there a way to isolate the part of the code that creates the manifest.json and maybe we could pass in a File object to it?