Open immetoo2 opened 7 years ago
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.
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.