-
Notifications
You must be signed in to change notification settings - Fork 694
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
Support HTTP range requests #447
Comments
👍 HTML5 video elements don't work in Safari without range request support |
I think this may be related to a problem that I am having. A video on my static site is not loading in Safari and Chrome. The video loads fine in Firefox, but not Safari and Chrome. The differences that I can identify: Firefox does not send a Safari sends a Chrome sends 3 requests. Its first request looks like Firefox's. It then makes a 2nd request after receipt of the Why isn't Zeit now serving my video correctly? |
This just landed in 9.6.0! 🎉 |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
Related #342
The text was updated successfully, but these errors were encountered: