Multiline strings in JavaScript
created at March 5, 2014, 8:31 p.m.
Reduce a list of values using promises into a promise for a value
created at Oct. 21, 2016, 4:17 a.m.
Map over promises serially
created at Oct. 21, 2016, 4:26 a.m.
Iterate over promises serially
created at Oct. 21, 2016, 4:52 a.m.
Wait for a specified number of promises to be fulfilled
created at Oct. 21, 2016, 5:17 a.m.
Wait for any promise to be fulfilled
created at Oct. 21, 2016, 5:28 a.m.
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
created at Oct. 21, 2016, 5:50 a.m.
A better `Promise.race()`
created at Oct. 21, 2016, 6:33 a.m.
Timeout a promise after a specified amount of time
created at Oct. 21, 2016, 6:42 a.m.
Wait for a condition to be true
created at Oct. 21, 2016, 6:52 a.m.
Retry a promise-returning or async function
created at Oct. 21, 2016, 7:44 a.m.
Debounce promise-returning & async functions
created at Oct. 21, 2016, 8:01 a.m.
Throttle promise-returning & async functions
created at Oct. 21, 2016, 8:10 a.m.
While a condition returns true, calls a function repeatedly, and then resolves the promise
created at Nov. 17, 2015, 5:48 p.m.
Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency
created at Oct. 21, 2016, 6:18 a.m.
Filter promises concurrently
created at Oct. 21, 2016, 4:09 a.m.
Log the value/error of a promise
created at Oct. 21, 2016, 7:27 a.m.
Measure the time a promise takes to resolve
created at July 11, 2016, 11:45 p.m.
Parse and stringify URL query strings
created at Nov. 13, 2013, 8:06 p.m.