We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
Support data for Safari TP
Safari
It should be marked as supported in TP
onpageswap = ev => console.log(ev.navigation) // gives NavigationActivation
#24410
Doesn't match with the data of PageSwapEvent.navigation
PageSwapEvent.navigation
https://developer.mozilla.org/en-US/docs/Web/API/NavigationActivation
api.NavigationActivation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Support data for Safari TP
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
It should be marked as supported in TP
Did you test this? If so, how?
onpageswap = ev => console.log(ev.navigation) // gives NavigationActivation
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
#24410
Do you have anything more you want to share?
Doesn't match with the data of
PageSwapEvent.navigation
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/NavigationActivation
MDN metadata
MDN page report details
api.NavigationActivation
The text was updated successfully, but these errors were encountered: