You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timeout options property is implemented as AbortSignal, however the result of it should be a TimeoutError rather than a AbortError even though that's how it's implemented.
The text was updated successfully, but these errors were encountered:
timeout
options property is implemented as AbortSignal, however the result of it should be aTimeoutError
rather than aAbortError
even though that's how it's implemented.The text was updated successfully, but these errors were encountered: