Merge pull request #592 from khalidabuhakmeh/docs-timeout

Add `timeout` to configuration section in documentation
This commit is contained in:
1cg 2021-09-15 17:13:57 -06:00 committed by GitHub
commit 617aba5944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,6 @@ The htmx.org website is built on [eleventy](https://www.11ty.dev/). To run the
* `npm install`
* `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.**

View File

@ -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.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.timeout` | defaults to 0 in milliseconds
</div>