browser-repl
browser-repl copied to clipboard
IE10-11 are not showing non-enumerable properties
… booting up internet explorer (11) on Windows 8.1
… ready!
ie11 › window
{ options: { _: [ 'ie11' ] },
console:
{ log: [Function],
info: [Function],
warn: [Function],
error: [Function],
debug: [Function] },
_: [Circular] }
It appears that util.inspect() needs like a crawlProtoChain option or something like that. I vaguely remember an issue for that on the node issue tracker from a long time ago, but can't seem to find it now.