Documentation ¶
Overview ¶
package debug logs 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.
Index ¶
Constants ¶
View Source
const Extension htmx.Extension = "debug"
Extension logs 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/htmx.org@1.9.12/dist/ext/debug.js"></script>
Usage ¶
<button { hx.Ext(debug.Extension)... } >
Extension: debug
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.