- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 09 Mar 2016 20:34:31 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 March 2016 04:34:58 UTC
I'd prefer having `customElements` attribute on `document` or `window` instead of adding a bunch of methods on `document` as in: ```js document.customElements.define('my-element', MyElement); document.customElements.check('my-element').then(~); ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/427#issuecomment-194658888
Received on Thursday, 10 March 2016 04:34:58 UTC