/htmx.ext...chunked-transfer

Chunked transfer encoding extension for htmx.

Primary LanguageTypeScriptDo What The F*ck You Want To Public LicenseWTFPL

htmx.ext...chunked-transfer

CI NPM version Conventional Commits

Chunked transfer encoding extension for htmx .

This extension adds Chunked transfer encoding to htmx requests. \following bigskysoftware/htmx#1911

Install

$ npm install htmx.ext...chunked-transfer
<script src="https://unpkg.com/htmx.ext...chunked-transfer/dist/index.js"></script>

Usage

<body hx-ext="chunked-transfer">
  ...
</body>