errors.error | Triggers when automatic error handler has caught an error. Does not trigger when calling nexys.error() function. | ErrorEvent |
errors.unhandled.rejection | Same as above. | PromiseRejectionEvent |
log.add | Any log has been added to logPool . | logTypes |
logs.clear | Logs has been cleared from logPool . | - |
core.init | Nexys core has been initialized. | - |
logpool.process | logPool startes to process the logs. | - |
logpool.init | logPool has been initialized. | - |
requests.clear | Requests has been cleared from logPool . | - |
request.sending | Sending logPool to dashboard. | data: any |
request.success | logPool has been successfully sent to the dashboard. | { res: Response, json: any } |
request.error | logPool has not been sent to the dashboard. | Error |
request.add | Failed request has been added to logPool . | { req, status, ts }: requestTypes |
localstorage.init | localStorage has been initialized. | - |
internallogger.init | InternalLogger has been initialized. | - |
device.init | Device has been initialized. | - |
events.bind.success | Binding automatic error handler is successful. | - |
events.bind.failed | Binding automatic error handler is failed. | - |
config.user | User has been configured. | data?: string |
config.app.version | App version has been configured. | data?: string |
visibility.change | User has changed visibility. See this documentation. | Event |
click | User has clicked on the document. | ClickEvent |