SkillAgentSearch skills...

Driftless

Driftless setInterval and setTimeout replacement for Node and the browser

Install / Use

/learn @dbkaplun/Driftless
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

Related Skills

View on GitHub
GitHub Stars85
CategoryDevelopment
Updated10mo ago
Forks11

Languages

JavaScript

Security Score

92/100

Audited on May 28, 2025

No findings