Optional
signalsame signature as fetch(), but for aborting operations. If provided, the operation will be aborted when the signal is aborted.
Optional
timeouttimeout in milliseconds. This works in tandem with the signal option, whichever triggers first (signal or timeout) will abort the operation.
Common options for crnt operations. This controls the timeout and cancellation behavior of a given function.