npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

inspect-component

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:103
$ npm install inspect-component
DailyWeeklyMonthlyYearly

inspect

Inspect objects associated to DOM elements in web inspector.

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