Skip to content

WHATWG Console Implementation

Evan Welsh requested to merge ewlsh/whatwg-console into master

A rather uncontroversial exactly-to-spec implementation of the WHATWG Console Spec.

  • The 2nd commit contains a Console utility
  • The 3rd commit contains an API addition to support console.table() (we need to know the terminal width)
  • The 4th commit contains an API addition to support console.clear()
  • The 5th commit adds tests
Edited by Evan Welsh

Merge request reports