chenty / console-polyfill

Browser console methods polyfill.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console-polyfill

Browser console polyfill. Makes it safe to do console.log()-s etc always.

Usage

  • npm install --save console-polyfill; require('console-polyfill')
  • Or, just include console-polyfill before your scripts.
  • Or, do bower install console-polyfill if you’re using Bower.

License

MIT (c) 2016 Paul Miller (http://paulmillr.com)

About

Browser console methods polyfill.


Languages

Language:JavaScript 100.0%