2.0.3 • Published 8 years ago
driftless v2.0.3
driftless 
Driftless setInterval and setTimeout replacement for Node and the browser
Usage
npm install driftlessimport {
setDriftlessTimeout,
setDriftlessInterval,
clearDriftless,
} from 'driftless';
// Use like setTimeout and setIntervalHow it works
driftless repeatedly calls setTimeout in advance of the requested timeout for
greater accuracy. It does this recursively, until the timeout is reached within
a given threshold.
