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

Adding notRestoredReasons BCD #22710

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

chrisdavidmills
Copy link
Collaborator

@chrisdavidmills chrisdavidmills commented Mar 26, 2024

Summary

After an initial false start, Chrome 123 now supports the notRestoredReasons API. This has a bigger data footprint than before, because the notRestoredReasons return object is now properly defined as an interface, whereas it wasn't before.

Specifically, this PR includes data for:

  • The PerformanceNavigationTiming.notRestoredReasons property
  • The NotRestoredReasons interface
  • The NotRestoredReasonDetails interface

Full disclosure — this featureset is enabled by default in Chrome 123, but it is initially being rolled out gradually to users, and ramped up to 100% provided not problems are witnessed. I wasn't sure if this should be represented somehow in the BCD, as it shouldn't be a thing for long, and it's not really partial support as such.

See https://developer.chrome.com/docs/web-platform/bfcache-notrestoredreasons for more details of this featureset.

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 Mar 26, 2024
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.

Full disclosure — this featureset is enabled by default in Chrome 123, but it is initially being rolled out gradually to users, and ramped up to 100% provided not problems are witnessed. I wasn't sure if this should be represented somehow in the BCD, as it shouldn't be a thing for long, and it's not really partial support as such.

Thanks. I was wondering why I didn't detect this in my collector run for Chrome 123.
These tests look all good to me, so it seems that rollout has reached my Chrome :)

@Elchi3 Elchi3 merged commit 662d4a0 into mdn:main Mar 26, 2024
5 checks passed
@queengooborg
Copy link
Collaborator

Hmm...this feature set seems to be another one of those feature sets that's enabled on a local version of Chrome, but not available through BrowserStack.

@chrisdavidmills chrisdavidmills deleted the notrestoredreasons-2nd-attempt branch April 1, 2024 10:02
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.

None yet

3 participants