-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch link can cancel operations that are in queue or in flight
After an operation has been subscribed to, and so queued, it is possible to unsubscribe from it, and it will be removed from the queue. Unsubscribing will not impact the debounce, so other operations, if any, will not be delayed by an unsubscription. If a batch of operation is already in flight, and all operations are unsubscribed then the entire XHR will be cancelled. If only some operations are unsubscribed the XHR will be left untouched.
- Loading branch information
Showing
3 changed files
with
255 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.