requestidlecallback-polyfill
requestidlecallback-polyfill copied to clipboard
requestIdleCallback Polyfill
When using this library with Next.js and their Server Side Generation, I ran into an issue where the rendering server will return an error: `ReferenceError: window is not defined` This...
@pladaria Could you please review this PR, and if everything was ok, publish it on npm?
Hello, it looks like package.json indicates this code is Apache 2.0 licensed, but there is no license file. Please add an explicit license file to the repository to make licensing...
Hi, I noticed that the README mentions support for passing a timeout option to requestIdleCallback. I was curious to see how it implemented and noticed that the option is currently...