Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,12 @@ The "Promise Objects" section of the ECMAScript specification has many additiona
<td><a href="https://github.com/RubenVerborgh/promiscuous/">promiscuous</a></td>
<td>A minimal and fast promise/deferred implementation</td>
<td>1.0</td>
</tr>
</tr>
<tr>
<td><a href="https://github.com/Firkraag/promise">promise</a></td>
<td>A Promise/A+ implementation with new ES6 features</td>
<td>1.0</td>
</tr>
<tr>
<td><a href="https://github.com/xieranmaya/Promise3">Promise3</a></td>
<td>A very easy-to-read source code of Promise implementation, good to learn how Promise works inside</td>
Expand Down