whatwg / compression

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

Avoid JS keyword in example #26

Closed ricea closed 4 years ago

ricea commented 4 years ago

The compressArrayBuffer() example uses "in" as a variable name. This doesn't work because "in" is a keyword. Rename it to "data".

ricea commented 4 years ago

@jakearchibald This is now the canonical location of the explainer :smile:

PTAL.