Open Bug 1432758 Opened 7 years ago Updated 2 years ago

Dispatch Performance resourcetimingbufferfull event on workers

Categories

(Core :: DOM: Core & HTML, enhancement, P3)

58 Branch
enhancement

Tracking

()

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.
Depends on: 1425458
Priority: -- → P3
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.
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.