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 Dec 15, 2017
1 parent 45364dd commit c0d008b
Showing 1 changed file with 111 additions and 139 deletions.
Loading

0 comments on commit c0d008b

Please sign in to comment.