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
We can now use the static method AbortSignal.timeout(milliseconds) which will create a signal that gets canceled after a given duration. Spec: whatwg/dom#1032
It would be great to have this supported.
The text was updated successfully, but these errors were encountered:
We can now use the static method
AbortSignal.timeout(milliseconds)
which will create a signal that gets canceled after a given duration. Spec: whatwg/dom#1032It would be great to have this supported.
The text was updated successfully, but these errors were encountered: