-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
feat: Editorial review: Add docs for notRestoredReasons #32920
feat: Editorial review: Add docs for notRestoredReasons #32920
Conversation
…e_not_restored_reasons/index.md Co-authored-by: Barry Pollard <barrypollard@google.com>
…e_not_restored_reasons/index.md Co-authored-by: Barry Pollard <barrypollard@google.com>
…nt into notrestoredreasons
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.
those self-links is better not to kept
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.
Thanks for adding the glossary page, and addressing my other feedback! There are some links to update still but I think this could land with the fixes submitted
files/en-us/web/api/performancenavigationtiming/notrestoredreasons/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
…sons/index.md Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
…nt into notrestoredreasons
Description
#27947 contains the engineering technical review for my work on notRestoredReasons docs, which has been completed and approved. Thank you to @tunetheweb for your thorough and detailed review work.
This is a new PR based on the same branch, which is intended to contain the editorial review for the same work.
Background information
The
PerformanceNavigationTiming.notRestoredReasons
property is finally going to be launched in Chrome 123. This PR adds a reference page for the property and associated interfaces, and a guide to using it.See https://developer.chrome.com/docs/web-platform/bfcache-notrestoredreasons/ for further details
Motivation
Additional details
Related issues and pull requests