Skip to content

Performance WebAPI on Worker#2514

Open
karlseguin wants to merge 1 commit into
mainfrom
worker_performance
Open

Performance WebAPI on Worker#2514
karlseguin wants to merge 1 commit into
mainfrom
worker_performance

Conversation

@karlseguin
Copy link
Copy Markdown
Collaborator

This includes EventCounts and PerformanceObserver. This change is like any other WebAPI on Worker change (e.g. Frame -> js.Execution), but we need the performance observer hooks in addition to that. Thankfully, every Frame/Worker only has 1 Performance instance, so we can move the observers and delivery from the Frame to the Performance instance so that both Frame and WGS gain the behavior.

This includes EventCounts and PerformanceObserver. This change is like any
other WebAPI on Worker change (e.g. Frame -> js.Execution), but we need the
performance observer hooks in addition to that. Thankfully, every Frame/Worker
only has 1 Performance instance, so we can move the observers and delivery
from the Frame to the Performance instance so that both Frame and WGS gain the
behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant