Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Fixing TypeError: Invalid calling object in Edge#70

Closed
pavel-gatilov-epam wants to merge1 commit intomulesoft-labs:masterfromsyncp:master

Conversation

pavel-gatilov-epam
Copy link

I regret I was not able to reproduce the issue in automated tests. However, in my production project I observed TypeError 'Invalid calling object' in MS Edge when calling btoa. The same issue was raised in several projects, for exampletus/tus-js-client#77. This change fixes the error.

Copy link

@kyemelianovkyemelianov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We have the same issue in IE11 after build product version.
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 contribution!

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@kyemelianovkyemelianovkyemelianov approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@pavel-gatilov-epam@postatum@kyemelianov

[8]ページ先頭

©2009-2025 Movatter.jp