- From: Jinho Bang <notifications@github.com>
- Date: Fri, 15 Dec 2017 14:07:16 +0000 (UTC)
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 December 2017 14:07:38 UTC
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 #53 issue. Test: https://github.com/w3c/web-platform-tests/pull/8702 [1] https://github.com/heycam/webidl/commit/45e8173d40ddff8dcf81697326e094bcf8b92920 You can view, comment on, or merge this pull request online at: https://github.com/whatwg/storage/pull/54 -- Commit Summary -- * Use `interface mixins` instead of `[NoInterfaceObject]` -- File Changes -- M storage.bs (10) -- Patch Links -- https://github.com/whatwg/storage/pull/54.patch https://github.com/whatwg/storage/pull/54.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/storage/pull/54
Received on Friday, 15 December 2017 14:07:38 UTC