CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
abortSignalToPromise
Function abortSignalToPromise
abortSignalToPromise
(
signal
:
AbortSignal
)
:
Promise
<
never
>
Returns a promise that rejects with the abort reason when the signal aborts.
Parameters
signal
:
AbortSignal
Returns
Promise
<
never
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...
Returns a promise that rejects with the abort reason when the signal aborts.