Change description:
Expose the PerformanceEntry and PerformanceObserver interfaces to Worker.
Changes to API surface:
The following will be added to (dedicated, shared, and service) workers:
interface PerformanceEntry
attribute @@toStringTag
getter duration
getter entryType
getter name
getter startTime
method constructor
method toJSON
interface PerformanceObserver
attribute @@toStringTag
method constructor
method disconnect
method observe
Links:
Spec: https://w3c.github.io/performance-timeline/
Initial bug: 705820
Support in other browsers:
Edge: No (under consideration)
Firefox: Yes
Safari: No
Comment 1 by npm@chromium.org
, Jul 21 2017