Cancels a timed, repeating action which was previously started by a call
to setInterval()
A microtask is a short function which is executed after the function or module which created it exits and only if the JavaScript execution stack is empty, but before returning control to the event loop being used to drive the script's execution environment. This event loop may be either the main event loop or the event loop driving a web worker.
Sets a timer which executes a function once after the delay (in milliseconds) elapses. Returns an id which may be used to cancel the timeout.
A controller object that allows you to abort one or more DOM requests as and when desired.
A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.
- ABORT_ERR
- DATA_CLONE_ERR
- DOMSTRING_SIZE_ERR
- HIERARCHY_REQUEST_ERR
- INDEX_SIZE_ERR
- INUSE_ATTRIBUTE_ERR
- INVALID_ACCESS_ERR
- INVALID_CHARACTER_ERR
- INVALID_MODIFICATION_ERR
- INVALID_NODE_TYPE_ERR
- INVALID_STATE_ERR
- NAMESPACE_ERR
- NETWORK_ERR
- NOT_FOUND_ERR
- NOT_SUPPORTED_ERR
- NO_DATA_ALLOWED_ERR
- NO_MODIFICATION_ALLOWED_ERR
- QUOTA_EXCEEDED_ERR
- SECURITY_ERR
- SYNTAX_ERR
- TIMEOUT_ERR
- TYPE_MISMATCH_ERR
- URL_MISMATCH_ERR
- VALIDATION_ERR
- WRONG_DOCUMENT_ERR
- code
- message
- name
- prototype
A typed array of 16-bit float values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.