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: convert maxSize to IDL value in setResourceTimingBufferSize #44902

Merged
merged 2 commits into from Oct 13, 2022

Commits on Oct 6, 2022

  1. perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSize

    ECMAScript values of WebIDL interface parameters should be converted to
    IDL representatives before the actual implementation, as defined in step
    11.5 of the WebIDL Overload resolution algorithm.
    
    Refs: https://webidl.spec.whatwg.org/#dfn-create-operation-function
    Refs: https://webidl.spec.whatwg.org/#es-overloads
    legendecas committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5825e93 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

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