Skip to content

Commit

Permalink
Withdraw cancelable promises proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 15, 2016
1 parent ab0c049 commit 37e3c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Proposals follow [this process document](https://tc39.github.io/process-document
| | [String#matchAll](https://github.com/tc39/String.prototype.matchAll) | Jordan Harband | 1 |
| | [WeakRefs](https://github.com/tc39/proposal-weakrefs) | Dean Tribble | 1 |
| | [Frozen Realms](https://github.com/FUDCo/frozen-realms) | Mark S. Miller, Chip Morningstar, Caridy Patiño | 1 |
| | [Cancelable Promises](https://github.com/tc39/proposal-cancelable-promises) | Domenic Denicola | 1 |
| | [Math Extensions](https://github.com/rwaldron/proposal-math-extensions) | Rick Waldron | 1 |
| | [`of` and `from` on collection constructors](https://github.com/leobalter/proposal-setmap-offrom) | Leo Balter | 1 |
| | Generator arrow functions (`=>*`) | Brendan Eich, Domenic Denicola | 1 |
Expand Down
3 changes: 2 additions & 1 deletion inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Inactive proposals are proposals that at one point were presented to the committ
| [Set/Map.prototype.toJSON](https://github.com/DavidBruant/Map-Set.prototype.toJSON) | David Bruant and Jordan Harband | Rejected: better solved by a custom replacer function. |
| [Typed Objects](https://github.com/dslomov/typed-objects-es7) | Dmitry Lomov, Niko Matsakis | [Abandoned](https://github.com/tc39/ecma262/commit/02455e5e2964f62b13818c6fd23289381ecafdf8). |
| [Object enumerables](https://github.com/leobalter/object-enumerables) | Leo Balter & John-David Dalton | Rejected |
| [ArrayBuffer.transfer](https://gist.github.com/lukewagner/2735af7eea411e18cf20) | Luke Wagner & Allen Wirfs-Brock | Withdrawn
| [ArrayBuffer.transfer](https://gist.github.com/lukewagner/2735af7eea411e18cf20) | Luke Wagner & Allen Wirfs-Brock | Withdrawn |
| [Cancelable Promises](https://github.com/tc39/proposal-cancelable-promises) | Domenic Denicola | Withdrawn |


See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](README.md), and [finished proposals](finished-proposals.md) documents.

2 comments on commit 37e3c5a

@LinusU
Copy link

@LinusU LinusU commented on 37e3c5a Dec 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me very sad 😭

Is there a blog post explaining this? Or any link to some discussion/explanation?

Your work is very much appreciated! 🙌

@ljharb
Copy link
Member

@ljharb ljharb commented on 37e3c5a Dec 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.