Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Invalid calling object 'btoa' in IE11 #78

Closed
kyemelianov opened this issue Jul 18, 2018 · 2 comments
Closed

Invalid calling object 'btoa' in IE11 #78

kyemelianov opened this issue Jul 18, 2018 · 2 comments

Comments

@kyemelianov
Copy link

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

@postatum
Copy link
Contributor

Closed via #150

@postatum
Copy link
Contributor

The fix is now released in version 4.3.2. Thank you for the report!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants