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
Thanks to @yutakahirano I spotted some weird behavior about how we deal with request cloning in the network. It sets stream to null rather than source.
But maybe we should just use clone as we also do for service workers and mention that implementers can avoid teeing due to the source null checks.
The text was updated successfully, but these errors were encountered:
Thanks to @yutakahirano I spotted some weird behavior about how we deal with request cloning in the network. It sets stream to null rather than source.
But maybe we should just use clone as we also do for service workers and mention that implementers can avoid teeing due to the source null checks.
The text was updated successfully, but these errors were encountered: