Skip to content

donvercety/cross-browser-console.log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cross-browser-console.log for JavaScript

Complete cross-browser console.log()

Many front-end web developers make use of the wonderful browser consoles that have matured in the past few years. While the tried-and-true console.log() often does the trick, its lack of support (particularly in IE) has led to the use of proxy functions, such as Paul Irish’s console.log wrapper and Ben Alman’s Debug() which prevent unsupportive browsers from throwing errors.

works in all old browsers like:
IE6-9, Firefox 3.6 & 4+, Chrome 10+, Safari 5+, and Opera 11+.

Web Site: link
Live Demo: link

About

Complete cross-browser console.log()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published