Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
interface mixins
instead of [NoInterfaceObject]
WebIDL recently introduced dedicated syntax for mixins[1]. So, we can replace `[NoInterfaceObject]` and `implements` with `interface mixin` and `includes`. This following interface is impacted by this change: - NavigatorStorage This fixes whatwg#53 issue. [1] whatwg/webidl@45e8173
- Loading branch information