From 98be33d55ac27d0a3d14b56948e13ea7ad57b73a Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Thu, 13 Sep 2018 21:47:15 +0200 Subject: [PATCH] Add @dhl-uu/jquery-promise to the implementations --- implementations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/implementations.md b/implementations.md index b2eb879..782a314 100644 --- a/implementations.md +++ b/implementations.md @@ -100,6 +100,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona Minimalistic Promises/A+ compliant JavaScript promise implementation 1.1 + + @dhl-uu/jquery-promise + Miniature ES6 Promise polyfill based on jQuery.Deferred, for those who already use jQuery. + 1.1 + diogocampos/promise-coffee Promises/A+ spec-compliant promises in less than 80 lines of readable CoffeeScript