wc-ready
v1.0.0
Published
Simple function to listen to the WebComponentsReady event.
Downloads
2
Readme
WCReady
It's simple function to listen to the WebComponentsReady
event.
Useful when you use Web Components Polyfills.
Usage:
WCReady(() => {
// Web Components are ready for use.
});