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

feat(Page): Support Page.getMetrics and metrics event. #939

Merged
merged 6 commits into from Oct 10, 2017

Commits on Oct 2, 2017

  1. feat(Page): Support Page.getMetrics and metrics event.

    Provides access to the current page performance metrics.
    Allows to push page metrics from the page JavaScript with console.timeStamp()
    a1ph committed Oct 2, 2017
    Copy the full SHA
    f06b6df View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Copy the full SHA
    5cf0024 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de41f40 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Whitelist the supported metrics.

    a1ph committed Oct 10, 2017
    Copy the full SHA
    1e62eb0 View commit details
    Browse the repository at this point in the history
  2. Update api.md

    aslushnikov committed Oct 10, 2017
    Copy the full SHA
    378d6c6 View commit details
    Browse the repository at this point in the history
  3. added const

    a1ph committed Oct 10, 2017
    Copy the full SHA
    7cefd70 View commit details
    Browse the repository at this point in the history