rbxts-pako/lib
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
..
utils Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
zlib Implement dictionary handling. 2016-03-30 15:44:16 -04:00
deflate.js Implement dictionary handling. 2016-03-30 15:44:16 -04:00
inflate.js Implement dictionary handling. 2016-03-30 15:44:16 -04:00