Skip to content

3.5.2 Accept Arguments objects in when/function

Compare
Choose a tag to compare
@briancavalier briancavalier released this 29 Oct 16:06
· 134 commits to master since this release
  • when/function.apply now handles passing an Arguments object directly, e.g. fn.apply(f, arguments);.
  • Prevent minifiers from clobbering unhandled rejection reporting if they remove console.* calls. For example, unhandled rejections will be reported even when using Uglify drop_console.