Function
| Static Public Summary | ||
| public |
Executes the given callback on DOMContentLoaded. |
|
Static Public
public onLoad(callback: function(): void) source
import {onLoad} from '@eastsideco/escshopify/src/utils/general.js'Executes the given callback on DOMContentLoaded.
Params:
| Name | Type | Attribute | Description |
| callback | function(): void |
