Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-install-polyfill-if-clearimmediate-not-defined.patch | [PATCH] Install polyfill if clearImmediate is undefined Library have setImmediate polyfilled without clearImmediate. This breaks some embed library because it's compiled with webpack which depends on this module as a sub-dependency. Checking that both setImmediate and clearImmediate are defined before exiting ensures that the polyfill is always attached when needed. From f204888576839a98f4a9fc8b44ec8a81be2ec108 Mon Sep 17 00:00:00 2001 |
Rob Walch <rob@jwplayer.com> | no | https://github.com/YuzuJS/setImmediate/pull/71 | 2018-03-23 | |
0002-check-doc-createElement.patch | [PATCH] check that doc.createElement is defined In some implementation doc is defined but not doc.createElement. Fix it From 8b16b84230be679a14e832a0d6eee90f3ab3d660 Mon Sep 17 00:00:00 2001 |
Vince Cooley <vince.r.cooley@gmail.com> | no | https://github.com/YuzuJS/setImmediate/pull/67 | ||
0003-use-local-javascript-for-example.patch | Use local doc for test Use local link for test, instead of node_modules =================================================================== |
Bastien Roucariès <rouca@debian.org> | not-needed | |||
0004-port-to-newer-mocha.patch | Port to newer mocha Port to newer mocha example =================================================================== |
Bastien Roucariès <rouca@debian.org> | not-needed |