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
When they don't have an associated browsing context, src/data can be set and as a result of that a browsing context ends up being created. However, subsequent sets do not seem to remove that browsing context (e.g., if you go from a document to an image). That seems problematic?
Fetching also seems to wait for the entire response body, rather than just for a response. That likewise seems wrong.
Since navigation handles the load event too, it seems that for loads that end up in a browsing context, navigation should probably take care of the final load event?
The text was updated successfully, but these errors were encountered:
When they don't have an associated browsing context, src/data can be set and as a result of that a browsing context ends up being created. However, subsequent sets do not seem to remove that browsing context (e.g., if you go from a document to an image). That seems problematic?
Fetching also seems to wait for the entire response body, rather than just for a response. That likewise seems wrong.
Since navigation handles the load event too, it seems that for loads that end up in a browsing context, navigation should probably take care of the final load event?
The text was updated successfully, but these errors were encountered: