console-shim icon indicating copy to clipboard operation
console-shim copied to clipboard

Make window.console enumerable in older browsers.

Open immetoo2 opened this issue 8 years ago • 0 comments

The console spec says that the console functions are enumerable. In some order browsers this may not the case like; FF < 49

Some logger wrappers use Object.keys(window.console) to get all functions, so this fails if console is not enumerable.

immetoo2 avatar Aug 02 '17 15:08 immetoo2