bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
38.61k stars 1.31k forks source link

[Documentation] Add missing default extension points #3014

Closed scrhartley closed 1 week ago

scrhartley commented 2 weeks ago

Description

On the page Building htmx Extensions it includes an incomplete list of the extension points available to override. These are init, which I can see is used by official htmx extensions, and getSelectors which has a test covering its usage.

Testing

Coped from source code, which is already covered by tests. I cross references this with how they're invoked to make sure I wasn't missing any parameters.

Checklist