Skip to content
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

Clarify perf observer registration process #47

Merged
merged 2 commits into from
Sep 23, 2015
Merged

Clarify perf observer registration process #47

merged 2 commits into from
Sep 23, 2015

Conversation

igrigorik
Copy link
Member

Preview: https://rawgit.com/w3c/performance-timeline/register/index.html#the-performance-observer-interface

  • each unit of related similar-origin browsing contexts' keeps a list of
    registered performance observer objects
  • observe(options) appends the context object (observer) to the
    above list
  • disconnect removes the context object (observer) from the above list

When delivering new events perf observer iterates over the above list
and dispatches new events to each observer.

Closes #44

- each unit of related similar-origin browsing contexts' keeps a list of
  registered performance observer objects
- observe(options) appends the context object (observer) to the
  above list
- disconnect removes the context object (observer) from the above list

When delivering new events perf observer iterates over the above list
and dispatches new events to each observer.
@mpb
Copy link
Contributor

mpb commented Sep 16, 2015

SGTM

igrigorik added a commit that referenced this pull request Sep 23, 2015
Clarify perf observer registration process
@igrigorik igrigorik merged commit ccea7ee into gh-pages Sep 23, 2015
@plehegar plehegar deleted the register branch September 29, 2016 13:46
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.

2 participants