Skip to content

Commit

Permalink
Use interface mixins instead of [NoInterfaceObject]
Browse files Browse the repository at this point in the history
WebIDL recently introduced dedicated syntax for mixins[1]. So, we can
replace `[NoInterfaceObject]` and `implements` with `interface mixin` and
`includes`.

[1] whatwg/webidl@45e8173
  • Loading branch information
romandev committed Nov 8, 2017
1 parent 177dd9d commit 2545bea
Showing 1 changed file with 110 additions and 138 deletions.
Loading

0 comments on commit 2545bea

Please sign in to comment.