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

Add notRestoredReasons property #20361

Closed
wants to merge 4 commits into from

Conversation

chrisdavidmills
Copy link
Collaborator

@chrisdavidmills chrisdavidmills commented Jul 14, 2023

Summary

The PerformanceNavigationTiming.notRestoredReasons property (see Back/forward cache notRestoredReasons API) is finally going to be launched in Chrome 117, or possibly 118 (See ChromeStatus page). This PR adds BCD for it.

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 14, 2023
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Would it be better to wait until there is a spec url?

@chrisdavidmills chrisdavidmills marked this pull request as draft July 20, 2023 05:42
@chrisdavidmills
Copy link
Collaborator Author

Would it be better to wait until there is a spec url?

Yes, I think so; I've been told this is imminent, but, converting to draft for now.

"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceNavigationTiming/notRestoredReasons",
"support": {
"chrome": {
"version_added": "116"
Copy link
Contributor

Choose a reason for hiding this comment

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

Turns out this did not ship in 116 after all. It's likely to be 117 but might slip to 118. Keep an eye on https://chromestatus.com/feature/5684908759449600 (which at the time of writing incorrectly states it did ship in 116).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thx @tunetheweb. I've updated the version to 117 for now, and will look out for other changes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@tunetheweb The ChromeStatus entry said it shipped in 117. Did it? ;-)

Copy link
Contributor

Choose a reason for hiding this comment

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

Nope! Got them to move forward to 118 but wouldn't surprise me if that slips again. There's some discussion on the HTML standard repo PR so looking to get that all ironed out before enabling by default.

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
@queengooborg
Copy link
Collaborator

Chrome 119 is stable and it appears that this has still not shipped. I think that we should close this PR and wait until a) the feature is standard track, and b) there is confirmed support in a stable browser release.

Note that when these two clauses are true, the mdn-bcd-collector project will let us automatically add it to BCD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants