1.1.6 • Published 6 years ago

idle-promise v1.1.6

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

idle-promise

requestIdleCallback with a Promise interface and setTimeout fallback.

Installation

npm install --save idle-promise

Usage

Promise

const idle = require('idle-promise')

idle().then(() => {
  // Do somethgin when idle
  // ...
})

await

const idle = require('idle-promise')

await idle()

// Do somethgin when idle
// ...

Credits

  • Icon created by Adrien Coquet

caiogondim.com  ·  GitHub @caiogondim  ·  Twitter @caio_gondim

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago