driftless

Driftless setInterval and setTimeout replacement for Node and the browser

MIT 4 个版本
安装
npm install driftless
yarn add driftless
pnpm add driftless
bun add driftless
README

driftless Build Status

Driftless setInterval and setTimeout replacement for Node and the browser

comparison

Usage

npm install driftless
import {
  setDriftlessTimeout,
  setDriftlessInterval,
  clearDriftless,
} from 'driftless';
// Use like setTimeout and setInterval

How 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.

版本列表
2.0.3 2018-05-28
2.0.2 2018-05-28
2.0.1 2018-05-28
2.0.0 2018-05-27