Make the console
implementation follow the whatwg specification. I am working on it.
TODO:
Please see the discussion in https://github.com/denoland/deno/pull/1355 regarding group/groupEnd
It looks like we're only missing dirXml
to have full compatibility. Given that console outputs to terminal I think we might alias dirXml
to dir
. Opinions?
Displays an interactive tree of the descendant elements of the specified XML/HTML element. If it is not possible to display as an element the JavaScript Object view is shown instead.
So this seems reasonable.
Most helpful comment
Please see the discussion in https://github.com/denoland/deno/pull/1355 regarding group/groupEnd