-
Notifications
You must be signed in to change notification settings - Fork 439
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
fix: Unexpected Safari-specific event init options #1964
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
inputfiles/removedTypes.jsonc
Outdated
"FetchEventInit": { | ||
"members": { | ||
"member": { | ||
"replacesClientId": null // Removed from all browsers |
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.
Not sure it's removed or simply not implemented. Unless there's clues let's say not implemented. And please write the confirmed date as things change.
inputfiles/removedTypes.jsonc
Outdated
} | ||
} | ||
}, | ||
"FetchEventInit": { |
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.
This file tries to make things alphabetically ordered, please move this above. Same for the event init.
Done @saschanaz |
inputfiles/removedTypes.jsonc
Outdated
"FetchEventInit": { | ||
"members": { | ||
"member": { | ||
"replacesClientId": null // Not implemented |
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.
Can you add dates as line 355 does for example? Same below.
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.
Done
Hello @saschanaz |
fixes #1689