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
BCD has some data for Web IDL typedefs, namely ConstrainBoolean, ConstrainDOMString, ConstrainDouble, ConstrainULong and DOMHighResTimestamp.
Typedefs in Web IDL are aliases of other types which are invisible to web developers. DOMHighResTimestamp when converted to JavaScript is a Number, but one that has a certain interpretation.
Because typedefs are aliases, they have no compat story of their own separately from the APIs that use the typedefs. In this way they are similar to dictionaries, but even more trivial.
We've now gotten rid of all the typedefs in BCD that we know of! I'm going to close this issue -- let's track any future typedefs we may find in #6810.
BCD has some data for Web IDL typedefs, namely
ConstrainBoolean
,ConstrainDOMString
,ConstrainDouble
,ConstrainULong
andDOMHighResTimestamp
.Typedefs in Web IDL are aliases of other types which are invisible to web developers.
DOMHighResTimestamp
when converted to JavaScript is a Number, but one that has a certain interpretation.Because typedefs are aliases, they have no compat story of their own separately from the APIs that use the typedefs. In this way they are similar to dictionaries, but even more trivial.
This came up in #9892.
The text was updated successfully, but these errors were encountered: