timers-browserify
timers-browserify copied to clipboard
timers module for browserify
Results
1
timers-browserify issues
Sort by
recently updated
recently updated
newest added
`timers-browserify` depends on `setimmediate` to make available `setImmediate` and `clearImmediate` functions. This breaks proper encapsulation in Webpack builds where we don't want to pollute the global environment with polyfills. E.g....