-
@jeffposnick @workboxjs @Snugug I agree it isn't desirable, I currently have this in my SW:
registerRoute(({ request }) => request.headers.has('range'), new NetworkOnly());
Is it still useful in addition to the "quick usage" then?
registerRoute(({ request }) => request.headers.has('range'), new NetworkOnly());
Is it still useful in addition to the "quick usage" then?