simshanith / silent-console

A silent console interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silent Console

Lifted almost verbatim from Console-polyfill (MIT license.) https://github.com/paulmillr/console-polyfill

Key differences:

  • Silent console doesn't care about the existing window.console.
  • Silent console has the same interface but no actual operations.
  • Equivalent to polyfilling console in an environment without a console.

About

A silent console interface.


Languages

Language:JavaScript 100.0%