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

Need an event/data attribute to know when a frame finished loading the about:blank document #832

Open
OrKoN opened this issue Dec 13, 2024 · 3 comments
Labels
module-browsingContext Browsing Context module

Comments

@OrKoN
Copy link
Contributor

OrKoN commented Dec 13, 2024

Initial about:blank loads are not navigations but clients often need to know if a frame is finishing loading the about:blank document. It is relevant for distinguishing regular frames from lazy loading frames that are paused and are not loading.

cc @sadym-chromium

@OrKoN OrKoN changed the title Need an event/data point to know when a frame finished loading the about:blank document Need an event/data attribute to know when a frame finished loading the about:blank document Dec 13, 2024
@OrKoN
Copy link
Contributor Author

OrKoN commented Dec 13, 2024

(not sure if there is a duplicate spec issue for this)

@whimboo
Copy link
Contributor

whimboo commented Dec 13, 2024

Is this request similar to the Page.ready event that Playwright is using via Juggler with Firefox?

@OrKoN
Copy link
Contributor Author

OrKoN commented Dec 13, 2024

Is this request similar to the Page.ready event that Playwright is using via Juggler with Firefox?

yes, I think it is. I think you mentioned this on some other issue but I could not find it.

@OrKoN OrKoN added the module-browsingContext Browsing Context module label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-browsingContext Browsing Context module
Projects
None yet
Development

No branches or pull requests

2 participants