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
See w3c/ServiceWorker#112, but the method to get the full body is pretty undefined, but I'll leave this ticket open as a reminder for when it gets resolved in the spec.
The reason for this is streaming. respondTo(fetch(url)) should be able to stream the response to the browser rather than waiting for the whole response before it can fulfill.
This means we need another, nice-and-easy way to get the response. Hopefully the streams API provides this.
The text was updated successfully, but these errors were encountered:
See w3c/ServiceWorker#112, but the method to get the full body is pretty undefined, but I'll leave this ticket open as a reminder for when it gets resolved in the spec.
The reason for this is streaming.
respondTo(fetch(url))
should be able to stream the response to the browser rather than waiting for the whole response before it can fulfill.This means we need another, nice-and-easy way to get the response. Hopefully the streams API provides this.
The text was updated successfully, but these errors were encountered: