proposal-cancellation

Proposal for a Cancellation API for ECMAScript (by tc39)

Proposal-cancellation Alternatives

Similar projects and alternatives to proposal-cancellation based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proposal-cancellation alternative or higher similarity.

proposal-cancellation reviews and mentions

Posts with mentions or reviews of proposal-cancellation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-11-07.
  • Promise.any - cancel the rest?
    1 project | /r/learnjavascript | 26 Mar 2023
    To cancel a task, you'll have to do that plumbing yourself, and it depends on what you're wanting to cancel. Most libraries provide some sort of mechanism to do the cancelation. The fetch API allows you to pass in an abort controller, which provides a way for you to signal to the running fetch request to abort. setTimeout() has clearTimeout(). In Node, if you read a file as a stream instead of a simple fs.promises.readFile(), you'll have the power to just stop trying to grab more data from the stream. Each async API has its own way to enable aborting (or, sometimes it doesn't provide any way to abort at all). There's unfortunately no standard way to handle aborting (though there is this stalled JavaScript proposal that attempted to standardize an abort system).
  • Thenable: how to make a JavaScript object await-friendly, and why it is useful
    2 projects | dev.to | 7 Nov 2020
    Finally, one other related and important concept is the token-based cancelation of asynchronous subscriptions (the current TC39 proposal), which I plan to cover later. If you find these topics interesting, consider following me on Twitter for any updates.

Stats

Basic proposal-cancellation repo stats
2
262
0.0
about 3 years ago

tc39/proposal-cancellation is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of proposal-cancellation is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com