Commit Graph

8 Commits (b837bd6f59c350abbd072f459be06ab2d0e1690d)

Author SHA1 Message Date
Samuel Mannehed b837bd6f59 Add camelCase rule to eslint 4 years ago
Niko Lehto 581fe511ad Fix bug where inflate would read too much data 4 years ago
Niko Lehto 9ca647667b Split api of inflate
Added ability to read data chunk wise.
4 years ago
Niko Lehto dbe2930758 Handle errors from zlib/pako 4 years ago
Niko Lehto b690ae4c2d Move error handling to Inflate class
Every call wants this check so this should be done inside the class.
4 years ago
Niko Lehto 5e4544d5fc Add missing copyright header for Inflator.js 4 years ago
Niko Lehto 0b19961b06 Remove unused inflate argument
The value true was an invalid flush argument so it was in practice
unused.
4 years ago
matt 408c005d3e Initial commit 5 years ago