Results 358 comments of dteviot

@cryzed I've attempted to add the missing implementation of getChapterText(). https://gist.github.com/dteviot/423d0523fe128c4057a190c486ac10cc Note this is the first Python I've written, and I haven't tested this, mostly because I haven't yet figured...

@miniGweek I see a similar problem (zip doesn't work when browser is not in foreground) but it occurs in 3.2.0 That is: jszip version 3.1.5 does not show the problem,...

@miniGweek, @stuk More information, I think web.immediate is provides a stub for https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate. According to docs "This method is used to break up long running operations and run a callback...

@miniGweek @abkn9977 Workaround I was given by @Synteresis, is to polyfill setImmediate() before loading the jszip library e.g. ```javascript window.setImmediate = (fn) => {fn();}; ``` It works in my case,...

@liudaohui404 As I said above, polyfill setImmediate() works, provided you're already calling jszip inside a Promise.

@liudaohui404 I'm running in a Chrome extension. So, somewhat similar. You could try the pollyfill approach.

@Tahini-123 If there's only one page, you don't need WebToEpub. Just right click on the web page in the browser and select "Save As". This will save the web page...

@AngelBurn Some sites change their format depending on the browser being desktop or mobile. Set your android browser to desktop mode and it should work.

@duplaja > Unless it is non-functional, I'd like this plugin marked on addons.mozilla.org as Android compatible The last time I checked, it was not Android compatible.

@duplaja I'll take your word for it and mark the next update as working with Android.