forked fromNV/console.js
- Notifications
You must be signed in to change notification settings - Fork0
Crossbrowser Firebug console API. Improves Opera Dragonfly and IE developer tools.
License
NotificationsYou must be signed in to change notification settings
dmitriy-drenkaliuk/console.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Different browsers, same API.
Both Firebug and Web Inspector have console API support. Opera and IE 8–9 kind of have it. IE≤7 doesn't have it at all.
Console.js — crossbrowserFirebug console API
>>> console.log({x:3, y:5}){x: 3, y: 5}>>> console.dir({x:3, y:5}){ x: 3, y: 5}>>> console.log(document.body)<BODY>>>> console.dir(document.body)HTMLBodyElement { aLink: "", attributes: NamedNodeMap { 0: Attr {?} ... }}About
Crossbrowser Firebug console API. Improves Opera Dragonfly and IE developer tools.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
