You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added two new methods:
compressToEncodedURIComponent: compress into a string that is already URI encoded
decompressFromEncodedURIComponent: the associated decompress method
Release version 1.3.4
This version contains two new methods:
compressToUint8Array: compress into uint8array (UCS-2 big endian format)
decompressFromUint8Array: the associated decompression function