whatwg / compression

Compression Standard
https://compression.spec.whatwg.org/
Other
85 stars 21 forks source link

deflate-raw: Disallow input data after BFINAL #49

Closed ricea closed 1 year ago

ricea commented 1 year ago

The standard was ambiguous about what DecompressionStream should do if there is data after the BFINAL block. Clarify that it is an error.

Fixes #47.


Preview | Diff

fhanau commented 1 year ago

LGTM

fhanau commented 1 year ago

Great, thank you!