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
responseReady could fail if the response stream errored (maybe due lost of network connectivity). It shouldn't be equated to the background fetch failing, instead, the response should be retried by calling match() again to get a new record, and a new responseReady promise.
Can we call this out somewhere in the spec please?
The text was updated successfully, but these errors were encountered:
responseReady could fail if the response stream errored (maybe due lost of network connectivity). It shouldn't be equated to the background fetch failing, instead, the response should be retried by calling match() again to get a new record, and a new responseReady promise.
Can we call this out somewhere in the spec please?
The text was updated successfully, but these errors were encountered: