You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you can see request one catched by service worker and the second one send to the api where you can notice the Range header is missing. Why ? My browser: Chrome/59.0.3071.104
The text was updated successfully, but these errors were encountered:
@vardius, Hi, just be interested, may off the topic, what's the browser you were using? And how did you send the movie.mp4 request?
I have some code run in Chrome, and I see Chrome never sends the "Range" header to my service worker... No idea how to make Chrome send request with the "Range" header.
Hi I have simple service worker, but my Range header is not being send even thought i can log it on request object.
Here you can see request one catched by service worker and the second one send to the api where you can notice the
Range
header is missing. Why ? My browser:Chrome/59.0.3071.104
The text was updated successfully, but these errors were encountered: