sleagon / polyfill-requestIdleCallback

just a polyfill for polyfill service, copied from gist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requestIdleCallback

According to the React blog released in 23/10/2018, the introduced a new feature called "time slicing". This feature is built on requestIdleCallback first introduced in chrome in version 47 and implemented in other browsers after that. This repo just rewrite the polyfill, which is originally released here, in order to use it in polyfill service.

About

just a polyfill for polyfill service, copied from gist


Languages

Language:JavaScript 100.0%