-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught SyntaxError: Unexpected end of input #226
Comments
This is an interesting bug. It seems like a bug in Deno rather than The reason you're seeing the 150kB switch point is likely due to the main-thread vs. workerized compression heuristics Thanks for reporting this! |
Thanks a lot for your answer! I truly appreciate the fact you take the time to think about the issue. I'll report this issue to deno devs as soon as I've time! |
Someone digged into this on Deno's issue tracker and it seems one of the reason (but not the only one) this error occurs is that Deno run workers with See this comment: denoland/deno#26739 (comment) |
Hi!
I am trying to use the async version of
zip
function, usingdeno
runtime.Unfortunately, my code returns an error when trying to upload a file higher than 150kb (but works perfectly fine when using files lower in size).
Here are the test files:
fakefile_150KB.txt
fakefile_151KB.txt
Have you any clue on how to solve this issue?
Thanks.
How to reproduce
The code used:
The problem
I am on Linux Pop!_OS, using deno 2.0.4 runtime.
fflate is in version 0.8.2.
The text was updated successfully, but these errors were encountered: