This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Invalid calling object 'btoa' in Edge (Chromium) #148
Comments
Hi @agentschmitt.
Please do. I'll review it. Thanks! |
agentschmitt
added a commit
to agentschmitt/js-client-oauth2
that referenced
this issue
Jul 16, 2020
@postatum i created the pr with the fix. |
postatum
added a commit
that referenced
this issue
Jul 17, 2020
fix invalid calling object 'btoa' in Edge (Chromium) #148
Closed via #150 |
The fix is now released in version 4.3.2. Thank you for the contribution! |
clancy-au
pushed a commit
to digiwise/js-client-oauth2
that referenced
this issue
Apr 21, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an issue with token.refresh() on edge (chromium edition).
The function throws error "Invalid calling object". The issue seems to come from window.btoa function.
Seems to be related to issue #78 and pr #70.
I tried the fix from the pr and it worked for me.
But i see it has conflicts with master and isnt merged since 2 years.
Can we have this bugfix please? :) I can create new pr if this helps!
The text was updated successfully, but these errors were encountered: