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(reactivity): ios10.x TypeError "arguments","callee" and "caller" … #4900

Merged
merged 2 commits into from
May 10, 2022

Conversation

descire
Copy link
Contributor

@descire descire commented Nov 4, 2021

Problem

use babel handle vue3 source to ES5:

// vue.config.js
module.exports = {
  transpileDependencies: [/@vue\/*/],
}

in ios10.x create blank html,because Object.getOwnPropertyNames(Symbol) can enumerate 'arguments' and 'caller'

the browser threw an exception TypeError "arguments","callee" and "caller" cannot be accessed in strict mode

fix #2457

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vue-next-template-explorer failed.

Name Link
🔨 Latest commit 565263b
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/627a1d492c38710008267f90

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vue-sfc-playground failed.

Name Link
🔨 Latest commit 565263b
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/627a1d4954c2590008f23557

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vuejs-coverage failed.

Name Link
🔨 Latest commit 565263b
🔍 Latest deploy log https://app.netlify.com/sites/vuejs-coverage/deploys/627a1d4982724300073aa462

@yyx990803 yyx990803 merged commit b87dc06 into vuejs:main May 10, 2022
iwusong pushed a commit to iwusong/core that referenced this pull request May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReferenceError: Can't find variable: mutableInstrumentations ios 10.3.1
3 participants