Skip to content
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

Synchronously populate non-initial about:blank documents #9463

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

domenic
Copy link
Member

@domenic domenic commented Jun 28, 2023

Closes #8299. /cc @hsivonen

  • At least two implementers are interested (and none opposed):
    • Everyone implements this already
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: N/A
    • Gecko: N/A
    • WebKit: N/A
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): N/A
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): N/A
  • MDN issue is filed: N/A

(See WHATWG Working Mode: Changes for more details.)


/document-lifecycle.html ( diff )
/document-sequences.html ( diff )

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I guess we still need to keep about:blank fetching in Fetch for fetch() and XMLHttpRequest.

@domenic domenic merged commit 2c51931 into main Jul 11, 2023
2 checks passed
@domenic domenic deleted the navigation-non-initial-about-blank branch July 11, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Specify non-initial about:blank as parsing synchronously
2 participants