docs.rs failed to build rong_abort-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rong_abort-0.1.1
rong_abort
Implements the Web AbortController and AbortSignal APIs for cancellation signaling.
JS APIs
AbortController— controls an abort signalsignal— the associatedAbortSignalabort(reason?)— abort the signal with an optional reason
AbortSignal— represents a cancellation signal (extendsEventTarget)aborted— whether the signal has been abortedreason— the abort reason, if anyonabort— abort event handlerthrowIfAborted()— throws the abort reason if abortedAbortSignal.any(signals)— returns a signal that aborts when any input signal abortsAbortSignal.abort(reason?)— returns an already-aborted signalAbortSignal.timeout(ms)— returns a signal that aborts after the given milliseconds