mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Merge pull request #592 from khalidabuhakmeh/docs-timeout
Add `timeout` to configuration section in documentation
This commit is contained in:
commit
617aba5944
@ -6,3 +6,5 @@ The htmx.org website is built on [eleventy](https://www.11ty.dev/). To run the
|
|||||||
* `npx eleventy --serve`
|
* `npx eleventy --serve`
|
||||||
|
|
||||||
The site should then be available at <http://localhost:8080>
|
The site should then be available at <http://localhost:8080>
|
||||||
|
|
||||||
|
**macOS 64-bit users may need to run `npm rebuild node-sass` to get the documentation site working.**
|
@ -966,6 +966,7 @@ listed below:
|
|||||||
| `htmx.config.useTemplateFragments` | defaults to `false`, HTML template tags for parsing content from the server (not IE11 compatible!)
|
| `htmx.config.useTemplateFragments` | defaults to `false`, HTML template tags for parsing content from the server (not IE11 compatible!)
|
||||||
| `htmx.config.wsReconnectDelay` | defaults to `full-jitter`
|
| `htmx.config.wsReconnectDelay` | defaults to `full-jitter`
|
||||||
| `htmx.config.disableSelector` | defaults to `[disable-htmx], [data-disable-htmx]`, htmx will not process elements with this attribute on it or a parent
|
| `htmx.config.disableSelector` | defaults to `[disable-htmx], [data-disable-htmx]`, htmx will not process elements with this attribute on it or a parent
|
||||||
|
| `htmx.config.timeout` | defaults to 0 in milliseconds
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user