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

Editorial: Refactor for auto-reporting timing from fetch #347

Merged
merged 7 commits into from
Aug 15, 2022

Commits on Mar 20, 2022

  1. Fetch: Use conclude instead of finalize

    Depends on whatwg/fetch#1413
    
    This clarifies that a resource timing entry is always for a
    fetch and not for a request or response.
    noamr committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    b3480b5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Refactor based on fetch

    noamr committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d8ca291 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Pass initiator via request

    noamr committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0c1d50e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Report timing for sync XHR

    noamr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b7a47f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update xhr.bs

    noamr authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4ade23d View commit details
    Browse the repository at this point in the history
  2. Update xhr.bs

    noamr authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9a88378 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. review

    annevk committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f0c21bc View commit details
    Browse the repository at this point in the history