0.0.1 • Published 11 years ago

inspect-component v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
11 years ago

inspect

Inspect objects associated to DOM elements in web inspector.

npm.io

Installation

$ component install component/inspect

Usage

By utilizing .dataset (and leaking memory) in development you can inspect objects associated with a given DOM element. Calls to inspect(el, obj) in production simply no-op. To enable set localStorage.inspect = true. In web inspector select a DOM node which has a data-inspect attribute, and execute inspect($0).

API

inspect(el, obj)

Associate obj with el.

inspect(el)

Return object associated with el.

License

MIT