This issue is related to #21.
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.
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/btoa
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