performance-timeline
performance-timeline copied to clipboard
`PerformanceObserver.supportedEntryTypes`can't be annotated with `[SameObject]`
The supportedEntryTypes
attribute has a FrozenArray
type. [SameObject]
is only valid if the attribute's type is an interface or object
, see https://webidl.spec.whatwg.org/#SameObject:
The [SameObject] extended attribute must not be used on anything other than a read only attribute whose type is an interface type or object.