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
Use Web IDL's new-ish interface mixins concept (#1252)
WebIDL recently introduced dedicated syntax for mixins [1]. So, this
change replaces the existing `implements` with `includes` as per the new
concept.
[1] whatwg/webidl@45e8173
0 commit comments