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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
We an issue in IE11 after build product version.
It is described and resolved in PR70
IE11 can't use 'btoa' without window context.
It is easy reproduce in IE11:
({ btoa: window.btoa }).btoa('123') - return Error
The text was updated successfully, but these errors were encountered:
We an issue in IE11 after build product version.
It is described and resolved in PR70
IE11 can't use 'btoa' without window context.
It is easy reproduce in IE11:
({ btoa: window.btoa }).btoa('123') - return Error
The text was updated successfully, but these errors were encountered: