Closed wheybags closed 3 years ago
Yeah, originally that error message threw an error, but it turns out some servers actually do support byte serving, they just don't advertise it (like npm http-server) - and when doing CORS then in some cases you can't see the header but it still works anyways, and you can't always change the server side CORS policy to allow you to see the header.
So it doesn't really have a clean solution I think - I've tweaked the message a bit and made it a warning instead of an error to hopefully make it clearer.
Ah, that seems a reasonable compromise. Thanks!
Hey, I'm testing this with http-server, and getting the following error message in console:
However, it is working fine. I think there is an error in the code checking for partial file support? It would (correctly) report the same error when I used python http.server, and indeed it did not work with that server.
(PS: This is an awesome project <3)