From 5d77f6ef4425db9ca4cba4fc985665a2be971ccd Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Tue, 20 Dec 2016 11:51:51 +0100 Subject: [PATCH] Add cancellable promises --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8537892..03ce638 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,5 @@ https://github.com/nodejs/node/pull/4765 https://github.com/twitter/scrooge/issues/222 https://github.com/PowerShell/PowerShell/pull/1901 + +https://github.com/tc39/proposal-cancelable-promises/issues/70