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

Add criticalCHRestart #188

Merged
merged 4 commits into from Jun 7, 2023
Merged

Add criticalCHRestart #188

merged 4 commits into from Jun 7, 2023

Commits on Mar 21, 2023

  1. Add criticalCHRestartOccured

    Website can indicate that a particular Client Hint is critical to the
    page by including it in a `Critical-CH` HTTP response header. Doing so
    will trigger a connection restart if the hint listed in the
    `Critical-CH` HTTP response header could be (but wasn't) included in the
    HTTP request initially sent. We should indicate this has happened in
    Navigation Timing so that developers can know if a restart occurred and
    impacted timing.
    
    We can pull this from the [navigable](https://wicg.github.io/client-hints-infrastructure/#has-reloaded-for-critical-ch) but I'm not quite sure if this
    is the right way to thread it.
    
    Closes #177
    arichiv committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    eff834a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Update index.html

    arichiv committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b2d36d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update index.html

    arichiv committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ea33419 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    arichiv committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    076f9dc View commit details
    Browse the repository at this point in the history