In order to implement a Service Worker on the client side to try to cache videos locally and reduce the DataTransfer cost in CloudFlare, Partial Fetch support is needed in the Content Server, and these type of requests should return HTTP Status code 206 and support the range header.
The HTTP 206 Partial Content success status response code indicates that the request has succeeded and the body contains the requested ranges of data, as described in the Range header of the request
In order to implement a Service Worker on the client side to try to cache videos locally and reduce the DataTransfer cost in CloudFlare, Partial Fetch support is needed in the Content Server, and these type of requests should return HTTP Status code 206 and support the range header.
The HTTP 206 Partial Content success status response code indicates that the request has succeeded and the body contains the requested ranges of data, as described in the Range header of the request