Open
Bug 1432758
Opened 7 years ago
Updated 2 years ago
Dispatch Performance resourcetimingbufferfull event on workers
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
NEW
People
(Reporter: baku, Unassigned)
References
Details
https://github.com/w3c/resource-timing/issues/141
It's unclear when and how resourcetimingbufferfull should be dispatched on workers during sync loops (importScripts and sync XHR for instance).
In particular for importScripts, it's important to know if the event should be dispatched before executing the script or after.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Note, there is further discussion about the spec here:
https://github.com/w3c/resource-timing/issues/96
Also, its not great that we don't fire the event in worker, but if you try to feature detect with `"onresourcetimingbufferfull" in performance` you get `true` anyway.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•