Answers for "failed to execute 'btoa' on 'window' the string to be encoded contains characters outside"

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"

Code answers related to "Javascript"

Browse Popular Code Answers by Language