rbxts-pako/test
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
..
browser Increased timeouts to pass IE 7/8 tests 2015-09-13 03:06:04 +03:00
fixtures Implement dictionary handling. 2016-03-30 15:44:16 -04:00
chunks.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
deflate_cover.js Remove .js extention in require() use. Close #71 2016-02-17 10:48:46 +03:00
gzip_specials.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
helpers.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
inflate_cover_ported.js Remove .js extention in require() use. Close #71 2016-02-17 10:48:46 +03:00
misc.js Allow ArrayBuffer input, closes #49 2015-03-24 03:46:30 +03:00
mocha.opts Increased tests timeout (needed for CI) 2014-03-13 00:41:05 +04:00
strings.js Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00