Baltazar Gomez
Baltazar Gomez
@workhorsy do a `git pull` and try this: > http://localhost:8080/#/reader?file=https://raw.githubusercontent.com/workhorsy/uncompress.js/master/example_rar_5.rar I tried to use the uncompress download example but isn't working :confused: ``` action: "error" , error: "Failed to open...
> Update: uncompress works in the main tread but not inside the web-worker @workhorsy Any ideas? Let me know if you have time to look into this. #### Post message...
Great thanks!, I'll merge this ASAP.
Here is the live demo (at least now it's working): https://btzr-io.github.io/comic_book_reader/#/reader?file=https://raw.githubusercontent.com/workhorsy/uncompress.js/master/example_rar_5.rar
No sure if this is related: https://github.com/nodeca/pica/issues/55
Access denied ``` JS try { localStorage = window.localStorage; } catch(e) { // Access denied :-( } ``` Full storage ``` JS try { localStorage.setItem(key, value); } catch(e) { if...
https://developer.mozilla.org/en-US/docs/Web/API/StorageManager https://www.chromestatus.com/feature/5630353511284736
https://github.com/workhorsy/comic_book_reader/tree/polymer is this branch still active?
Ok, here's a basic implementation of react (not ready yet): https://github.com/btzr-io/comic_book_reader/tree/react ### Run for development http://localhost:3000/ ``` bash npm start ```
Now we just need to split UI into `react-components`: - Menu - Settings - Welcome screen - ...