onion2k / console.js

A small drop in JS file that emulates the console on devices that are a pain to debug (iPad on a PC for example).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Warning

There are much, much better ways of attaching a proper debugger to a web page these days. If you're reading this then you should probably consider a different approach.

console.js

A small drop in JS file that emulates the console on devices that are a pain to debug (iPad on a PC for example).

Usage:

Save console.js to your project and hook it in to the page using <script src="console.js"></script> ... and you're done.

About

A small drop in JS file that emulates the console on devices that are a pain to debug (iPad on a PC for example).

License:MIT License


Languages

Language:JavaScript 100.0%