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

fix: Unexpected Safari-specific event init options #1964

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Bashamega
Copy link
Contributor

fixes #1689

Copy link
Contributor

github-actions bot commented Apr 2, 2025

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.

@Bashamega Bashamega marked this pull request as ready for review April 2, 2025 07:41
"FetchEventInit": {
"members": {
"member": {
"replacesClientId": null // Removed from all browsers
Copy link
Contributor

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.

}
}
},
"FetchEventInit": {
Copy link
Contributor

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.

@Bashamega
Copy link
Contributor Author

Done @saschanaz

@Bashamega Bashamega requested a review from saschanaz April 2, 2025 09:18
"FetchEventInit": {
"members": {
"member": {
"replacesClientId": null // Not implemented
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Bashamega Bashamega requested a review from saschanaz April 2, 2025 12:02
@Bashamega
Copy link
Contributor Author

Bashamega commented Apr 3, 2025

Hello @saschanaz
Can you please review this? I have updated the PR

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

Successfully merging this pull request may close these issues.

Unexpected Safari-specific event init options
2 participants