Re: [w3c/webcomponents] CustomElementRegistry.prototype.define<bulk>() (#892)

> I do think that bulk-registration is nice for its locality though: a single library can bulk register a few cooperating elements without turning off upgrades globally.

Adding an option to `customElements.define` would achieve exactly that. It would not turn off upgrade in the future calls to `customElements.define` unless the same option is specified.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/892#issuecomment-673668410

Received on Thursday, 13 August 2020 19:30:30 UTC