-
Notifications
You must be signed in to change notification settings - Fork 47
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
Extend browsingContext.DownloadWillBegin
with suggestedFilename
#890
base: main
Are you sure you want to change the base?
Conversation
Would r+ this, but it would be nice to have the cleanup and the new feature in separate commits, and given that the feature is waiting on HTML changes, perhaps even separate PRs. |
|
... and rename "WebDriver navigation status" to "WebDriver BiDi navigation status" to align with HTML spec. # Conflicts: # index.bs
829d8d4
to
b50b488
Compare
browsingContext.DownloadWillBegin
with suggestedFilename
browsingContext.DownloadWillBegin
with suggestedFilename
cada355
to
399d50e
Compare
399d50e
to
9aa865e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets wait for the HTML spec to land first.
I believe WebDriver BiDi specification should land first, ideally with WPT. |
Address #840:
browsingContext.DownloadWillBegin
withsuggestedFilename
The hook will be engaged in HTML spec after whatwg/html#11139 is merged.
Preview | Diff