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
https://html.spec.whatwg.org/#process-a-navigate-fetch 14.5.3 waits for some random(?) task to 'process response'.
But 'process response' links just to fetch itself being an option algorithm, and it wasn't provided when fetch was called.
The text was updated successfully, but these errors were encountered:
Fetch was refactored. It used to queue specific named tasks (these ones). Now it takes specific named callbacks (these ones). Many specs have not been updated, including HTML.
The navigate algorithm has never had great fetch integration. In particular, the processing of response bodies is atrocious; it's done via algorithms like https://html.spec.whatwg.org/#read-html which say things like
https://html.spec.whatwg.org/#process-a-navigate-fetch 14.5.3 waits for some random(?) task to 'process response'.
But 'process response' links just to fetch itself being an option algorithm, and it wasn't provided when fetch was called.
The text was updated successfully, but these errors were encountered: