ErrorEventCallback
type ErrorEventCallback: (event) => void;
Function to be triggered on error thrown.
Parameters
Parameter | Type | Description |
---|---|---|
event | ErrorEvent | the event details |
type ErrorEventCallback: (event) => void;
Function to be triggered on error thrown.
Parameter | Type | Description |
---|---|---|
event | ErrorEvent | the event details |