You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMX allows using multitude of elements to make get and post requests.
We should allow htmx tag elements (hx-get, hx-post, hx-delete, hx-put, hx-patch) to work with the extension. Note the data- prefix as explained on docs.
The text was updated successfully, but these errors were encountered:
zipus
added a commit
to zipus/key-jump-browser-extension
that referenced
this issue
Mar 31, 2024
HTMX allows using multitude of elements to make get and post requests.
We should allow htmx tag elements (
hx-get
,hx-post
,hx-delete
,hx-put
,hx-patch
) to work with the extension. Note the data- prefix as explained on docs.The text was updated successfully, but these errors were encountered: