browser-repl icon indicating copy to clipboard operation
browser-repl copied to clipboard

IE10-11 are not showing non-enumerable properties

Open rauchg opened this issue 11 years ago • 1 comments

… 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] }

rauchg avatar Feb 18 '14 01:02 rauchg

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.

TooTallNate avatar Feb 20 '14 21:02 TooTallNate