Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Add CustomElementRegistry platform support
- [x] √ CustomElementRegistry` Basic support - [ ] √ CustomElementRegistry.define()` support - [ ] √ CustomElementRegistry.get()` get - [ ] √ CustomElementRegistry.whenDefined()` whenDefined Addresses: - WICG/webcomponents#664 Related MDN Documentation: - `CustomElementRegistry.define()` - https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define - `CustomElementRegistry.get()` - https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/get - `CustomElementRegistry.whenDefined()` - https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/whenDefined References: - https://caniuse.com/#feat=custom-elementsv1 - Chrome Status - http://www.chromestatus.com/feature/4696261944934400 - Firefox Status - https://platform-status.mozilla.org/#custom-elements - Webkit Status - http://webkit.org/status.html#feature-custom-elements - Edge Status - http://status.modern.ie/customelements Notes: - Firefox flag status - https://bugzilla.mozilla.org/show_bug.cgi?id=889230#c9
- Loading branch information