Utilities
Helpers functions. Useful to build upon or around.
readyElement
Base class for custom elements that expose a 'ready' Promise, for components orchestration purposes.
~ 0,6 Kb
autoDefine
A function that automatically discovers and registers custom elements from a base path and naming convention.
~ 1,2 Kb
waitForElementsReady
A function that waits for all custom elements to be defined and ready, for components orchestration purposes.
~ 0,8 Kb
makeReady
A function that patches a custom element to expose a 'ready' Promise and a '_resolveReady()' method, for components orchestration purposes.
~ 0,4 Kb