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
all browsers, and all modern IE, come with the window.atob and window.btoa functions, and have done so for years, for base64 serialization/deserialization =)
Rather than trying to find Base64 in browser context, simply use window.atob(input) to form a base64 string.