-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Adapt api.Performance.onresourcetimingbufferfull to new events structure #13603
Conversation
This PR adapts the resourcetimingbufferfull event of the Performance API to conform to the new events structure.
Preview URLs
FlawsNote! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
External URLsURL: No new external URLs URL: No external URLs URL: No new external URLs |
Checklist I used for reviewing this event Content PR: When
On the API interface page:
On each page of the interface and the API overview page:
Optional:
Administration:
|
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.
Looks good! One sentence that I think we can improve.
files/en-us/web/api/resource_timing_api/using_the_resource_timing_api/index.md
Outdated
Show resolved
Hide resolved
…ing_api/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
* upstream/main: (237 commits) Fixes anchor to browser compatibility table (mdn#13549) Fix incorrect casing of getTitlebarAreaRect (mdn#13631) Typo (missing s for plural) (mdn#13609) Fix a link (mdn#13621) Reduce redirects (mdn#13618) Adapt api.Window.onappinstalled to new events structure (mdn#13615) Add an example on how to list files from a `FileSystemDirectoryHandle` (mdn#13510) Fix a llink in the async Learn module (mdn#13623) Undo incorrect fix to justify-items syntax (mdn#13622) JS Learn: update client-side APIs, part 2 (mdn#13123) JS Learn area: async module rewrite (mdn#12930) Fix a link (mdn#13619) JS Learn: update client-side APIs, part 1 (mdn#13121) Adapt api.SharedWorker.onerror to new events structure (mdn#13599) Adapt api.OfflineAudioContext.oncomplete to new events structure (mdn#13568) Adapt MediaKeySession API to new events structure (mdn#13527) Adapt api.Document.onvisibilitychange to new events structure (mdn#13206) Change HTML table to a modern list (AudioProcessingEvent) (mdn#13606) Adapt api.Performance.onresourcetimingbufferfull to new events structure (mdn#13603) Few changes to outline. (mdn#13414) ...
This PR adapts the resourcetimingbufferfull event of the Performance API to conform to the new events structure.
BCD PR: mdn/browser-compat-data#15206