Optional
abortOptional
abortThe custom error message to use when the promise is aborted.
Optional
timeoutThe custom error message to use when the timeout is reached.
The elapsed time in milliseconds before the promise will reject. Values of infinity will return the original promise.
Optional
cleanupOptional
cleanupGenerated using TypeDoc
The abort controller to both listen for changes to abort early, and to invoke abort when timeout is reached.