const CHUNK_SIZE: usize = 393_216;
Bytes per compressed chunk. 8 192 × 48 = 393 216 — the same size used by the import pipeline, so the browser decoder is identical for both sources.
import