v1.9.0 - Timeout and Delay
- Add
Promise.delay
for delaying the execution of a Promise chain - Add
Promise.timeout
to reject a Promise if it does not resolve in a given amount of time
Promise.delay
for delaying the execution of a Promise chainPromise.timeout
to reject a Promise if it does not resolve in a given amount of time