|
|
|
|
|
by gonchuki
5441 days ago
|
|
Function.prototype.apply.apply(console.log, [console, arguments]); Works both on IE9 broken console.log, and regular console.log from other vendors. Same hack as using Array.prototype.slice to convert arguments into a real array. |
|