rbxts-pako/lib/zlib
dignifiedquire ffaf7c8252 Implement dictionary handling.
This adds the methods

- `deflateSetDictionary`
- `inflateSetDictionary`

as well as calling `setDictionary` at the right point when passing
the a `dictionary` option to one of

- `pako.deflate`
- `new pako.Deflate`
- `pako.inflate`
- `new pako.Inflate`
2016-03-30 15:44:16 -04:00
..
adler32.js Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00
constants.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
crc32.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
deflate.js Implement dictionary handling. 2016-03-30 15:44:16 -04:00
gzheader.js Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00
inffast.js rename window -> s_window, close #60 2015-09-13 14:23:40 +03:00
inflate.js Implement dictionary handling. 2016-03-30 15:44:16 -04:00
inftrees.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
messages.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
trees.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
zstream.js Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00