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
In whatwg/webidl#423 we've started making [Exposed] mandatory (to favor explicit over implicit and avoid bugs where interfaces aren't exposed).
It would help move this forward if a warning was printed to the console when a namespace, non-callback interface, or callback interface with constants is missing its [Exposed] extended attribute.
As a second step, this warning could be turned into a fatal error.