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
...actually, I think we just need some logic here to detect whether source.type is 'opaque' or 'opaqueredirect' and log a meaningful error, as there isn't much we can do to combine an opaque body in a non-opaque response stream.
Library Affected:
workbox-streams
The following code in
workbox-streams
will break for opaque responses (as well as opaque redirected responses):workbox/packages/workbox-streams/src/concatenate.ts
Lines 24 to 34 in 9fae132
We shouldn't assume that the response body always exposes
getReader()
.The text was updated successfully, but these errors were encountered: