You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that per https://heycam.github.io/webidl/#idl-attributes it is impossible for the type of an attribute to be a sequence type... ("The type of the attribute, after resolving typedefs, must not be a nullable or non-nullable version of any of the following types:")
So yeah, I think deviating is the right thing to do, and preferably fixing the other performance specs so that they are implementable in browsers like Firefox that have a strict Web IDL parser.
Some older specs use this construct, but it's not good. I think you want
FrozenArray<TaskAttributionTiming>
The text was updated successfully, but these errors were encountered: