Skip to content

Set __isProxy after traversing children in createEventObjectProxyPolyfill #682

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

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

jgonet
Copy link
Member

@jgonet jgonet commented Mar 25, 2020

As #639 says, when we set __isProxy prior to traversing its children, one of traverse calls uses __isProxy as key, so we have obj[__isProxy] === true, so we try to set true.__isProxy

Fixes #639

As #639 says, when we set __isProxy prior to traversing it's children, one of traverse calls uses __isProxy as key,
so we have obj[__isProxy] === true, so we try to set true.__isProxy
@jgonet jgonet requested a review from Szymon20000 March 25, 2020 22:44
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.

createEventObjectProxyPolyfill is broken
2 participants