Creates an AbortSignal that will abort after the specified timeout. Includes a polyfill for browsers that don't support AbortSignal.timeout()
Timeout in milliseconds
AbortSignal that will abort after the timeout
Creates an AbortSignal that will abort after the specified timeout. Includes a polyfill for browsers that don't support AbortSignal.timeout()