htmx-ext-debug
v2.0.2
Published
This extension includes log of all htmx events for the element it is on, either through the `console.debug` function or through the `console.log` function with a `DEBUG:` prefix.
Readme
This extension includes log of all htmx events for the element it is on, either through the console.debug function
or through the console.log function with a DEBUG: prefix.
Install
<script src="https://unpkg.com/[email protected]/debug.js"></script>Usage
<button hx-ext="debug">Debug Me...</button>Note
To see logs in Chrome DevTools > Console tab, turn on Verbose level in its All levels dropdown.
