Skip to content

'process a navigate fetch' doesn't load anything ever? #8108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
smaug---- opened this issue Jul 15, 2022 · 2 comments
Closed

'process a navigate fetch' doesn't load anything ever? #8108

smaug---- opened this issue Jul 15, 2022 · 2 comments
Assignees

Comments

@smaug----
Copy link

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.

@domenic
Copy link
Member

domenic commented Jul 21, 2022

So in general this is a casualty of two things:

The former of these I can look into fixing in #6315. The equivalent algorithm is https://whatpr.org/html/6315/browsing-the-web.html#create-navigation-params-by-fetching .

The latter of these is tracked by #8095.

@domenic domenic self-assigned this Jul 21, 2022
@domfarolino
Copy link
Member

I think this can be closed now, since the rewrite properly integrates with Fetch in the new "equivalent" algorithm: https://html.spec.whatwg.org/#create-navigation-params-by-fetching. But let me know if you think otherwise @smaug---- .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants