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

perf_hooks: add resourcetiming buffer limit #44220

Closed

Commits on Aug 15, 2022

  1. perf_hooks: add resourcetiming buffer limit

    Add WebPerf API `performance.setResourceTimingBufferSize` and event
    `'resourcetimingbufferfull'` support.
    
    The resource timing entries are added to the global performance
    timeline buffer automatically when using fetch. If users are not
    proactively cleaning these events, it can grow without limit. Apply
    the https://www.w3.org/TR/timing-entrytypes-registry/ default
    resource timing buffer max size so that the buffer can be limited
    to not grow indefinitely.
    legendecas committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e5c6de0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    7435c9b View commit details
    Browse the repository at this point in the history