Ivan
Results
2
comments of
Ivan
This might also be useful for including standalone chunk manifests.
To clarify, the code: ``` class FancyButton extends HTMLButtonElement { constructor() { //... ``` and: ``` customElements.define('app-drawer', AppDrawer); ``` My question was about it being supported by the polyfill. As...