transferableAbortController
Creates and returns an AbortController
instance whose AbortSignal
is marked as transferable and can be used with structuredClone()
or postMessage()
.
Since
v18.11.0
Creates and returns an AbortController
instance whose AbortSignal
is marked as transferable and can be used with structuredClone()
or postMessage()
.
v18.11.0