Matthew Jones
Matthew Jones
See this list for what is available in WebWorkers: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers
That sounds like a good idea.
Right now the web app is licensed under AGPLv3. It makes sense to keep the web app AGPLv3, but not the reader component. Something tells me very few people would...
Nice! I've been too busy to work on any comic book reader stuff for a while. I'll have to check this out if I have time later.
I'll have to try this out. I tried doing this myself a few years ago, but it was super slow. Thanks
Nice. I didn't know this was a thing.
This is a good idea. Then people could use it to post a link to a comic, or embed the reader in another web app. Cool.
Does it work with loading files? I tried ``` http://localhost:8080/#/reader?file=http://localhost:9999/example.cbr ``` and it does not load. It still loads the test images. Is it hooked up to loading files from...
I'll see if I can figure it out. I might be able to squeeze in some time in the morning.
Looks like zip is working: ``` http://localhost:8080/#/reader?file=http://localhost:8080/test/example.cbz ``` but not rar: ``` http://localhost:8080/#/reader?file=http://localhost:8080/test/example.cbr ```