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
When inserting a Unicode character such as ✨, the app will throw String contains an invalid character.
This happens due to btoa not supporting any unicode characters outside of the ascii range.
This issue is related to #21.
When inserting a Unicode character such as
✨
, the app will throwString contains an invalid character
.This happens due to btoa not supporting any unicode characters outside of the ascii range.
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/btoa
The text was updated successfully, but these errors were encountered: