Replies: 1 comment 1 reply
-
Isn't it the same question as #444 (comment)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use case is a zip file browser in which the index of the ZIP file are displayed and the user can select one file. If it's a MP4 file then it should be playable directly in the user's browser.
Right now I have an initial version on Deno Deploy with a demo at https://unzip.deno.dev.
With the example, the MP4 is only played after all bytes are downloaded.
I would like to see if there is a way I can pass along the Range from the request headers and only retrieve data of the entry within that range.
Beta Was this translation helpful? Give feedback.
All reactions