Comparing version 2.1.8 to 2.1.9
@@ -5,3 +5,3 @@ { | ||
"description": "A JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"homepage": "http://nmrugg.github.com/LZMA-JS/", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -53,3 +53,3 @@ LZMA Everywhere | ||
/// To decompress: | ||
///NOTE: The result will be returned as a string if it is printable text; otherwise, it will return an array of bytes. | ||
///NOTE: The result will be returned as a string if it is printable text; otherwise, it will return an array of signed bytes. | ||
my_lzma.decompress(byte_array, on_finish(result) {}, on_progress(percent) {}); | ||
@@ -56,0 +56,0 @@ |
299790