-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement advanced features of AbortSignal #36936
Copy link
Copy link
Closed
Labels
A-content/scriptRelated to the script threadRelated to the script thread
Description
Depends on #36935
The advanced features are:
-
static abort(reason) -
static timeout(milliseconds). Depends on Implement run steps after a timeout #36934 Implement run steps after a timeout #39994 Implement abortsignal timeout #40032 -
static any(signals) - garbage collection(I assume this is not a problem with abort signals that are associated with a controller, which is the basic use case covered at Implement AbortSignal basics #36935).
Reactions are currently unavailable
Metadata
Metadata
Labels
A-content/scriptRelated to the script threadRelated to the script thread