workbox-range-requests. RangeRequestsPlugin
class static
Version
6.1.1
The range request plugin makes it easy for a request with a 'Range' header to be fulfilled by a cached response.
It does this by intercepting the cachedResponseWillBeUsed
plugin callback
and returning the appropriate subset of the cached response body.
Constructor
RangeRequestsPlugin
new RangeRequestsPlugin()