From 37e3c5a157e7b3a8211e2e0bb85c9f612b0f04fc Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 15 Dec 2016 13:41:02 -0500 Subject: [PATCH] Withdraw cancelable promises proposal --- README.md | 1 - inactive-proposals.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e00fbc5..51870149 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/inactive-proposals.md b/inactive-proposals.md index 3b3e69cc..33387084 100644 --- a/inactive-proposals.md +++ b/inactive-proposals.md @@ -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.