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
compressToUTF16 is great when using Local Storage, but when using cookies, the characters are not accepted by the browsers. compressToEncodedURIComponent would be the right solution in this case.
It would be nice to have some config to choose between compressToEncodedURIComponent and compressToUTF16 or any other available function. This would make this lib compatible with more types of storage.
The text was updated successfully, but these errors were encountered:
compressToUTF16
is great when using Local Storage, but when using cookies, the characters are not accepted by the browsers.compressToEncodedURIComponent
would be the right solution in this case.It would be nice to have some config to choose between
compressToEncodedURIComponent
andcompressToUTF16
or any other available function. This would make this lib compatible with more types of storage.The text was updated successfully, but these errors were encountered: