Answers for "Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range."

0

Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.

btoa(unescape(encodeURIComponent(str)))
Posted by: Guest on March-23-2021

Code answers related to "Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range."

Code answers related to "Javascript"

Browse Popular Code Answers by Language