Race a promise against a time bomb promise.


Keywords
promise, race, timeout, timebomb
License
MIT
Install
npm install race-until@2.3.1

Documentation

race-until

Race a promise against a time bomb promise.

const {raceUntil} = require('race-until');
raceUntil(promise, timeout = 3000, timeoutResponse = 'timeout')

Usage

Please have a look at project's tests.

License

The MIT License (MIT)