-
Notifications
You must be signed in to change notification settings - Fork 131
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
Allow user to override range requirement #342
Comments
I understand your point. I was just not quite sure about the negative effects of a default fallback to non-ranged fetches. |
It is non-trivial to abort downloading such a file once we started. We can terminate the web worker but thats about it (without SharedArrayBuffers). |
We could add something like |
that would be the ideal solution for me, if it doesn't make sense overall feel free to close this though |
@llimllib Please try version |
relates to #157
In development, I use devd, which does not support range requests, and have a small data set. It would be very useful for me to be able to disable the range support requirement while I'm in development; my production server supports them.
The inability to turn this off means if I want to use duckdb-wasm, I have to rewrite my whole development setup.
The text was updated successfully, but these errors were encountered: