Skip to content

perf_hooks: resource timing idlharness

  • Exposes PerformanceEntry and PerformanceResourceTiming to the globalThis.
  • Event handler properties defined by defineEventHandler should check if this is a valid EventTarget, as enforced by the idlharness.
  • Corrected PerformanceResourceTiming to inherit the public interface PerformanceEntry instead of the internal InternalPerformanceResourceTiming.

The first commit comes from https://github.com/nodejs/node/pull/44439.

Merge request reports

Loading