Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(map): fix slice is not defined error on typed array. #11451 #11956

Merged
merged 1 commit into from
Dec 31, 2019

Conversation

pissang
Copy link
Contributor

@pissang pissang commented Dec 31, 2019

Brief Information

This pull request is in the type of:

  • bug fixing
  • new feature
  • others

What does this PR do?

TypedArray#slice method is not exists on IE. Use Array.prototype.slice to clone the TypedArray instead.

Fixed issues

#11451

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

Successfully merging this pull request may close these issues.

3 participants