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

LibWeb: Define PerformanceEventTiming #1490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. LibWeb: Define PerformanceEventTiming

    https://www.w3.org/TR/event-timing/#sec-performance-event-timing
    
    Add idl, header and stubs for PerformanceEventTiming interface.
    
    Two missing `PerformanceEntry` types that have come up in issues
    are the `first-input` and the `event` entryTypes. Those are both
    this.
    
    Also, because both of those are this same interface, the static
    methods from the parent class are difficult to implement because
    of instance-specific details. Might either need subclasses or to
    edit the parent and also everything that inherits from it :/
    noahmbright committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d879f35 View commit details
    Browse the repository at this point in the history