3.5.2 Accept Arguments objects in when/function
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 Uglifydrop_console
.