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

Perform hasOwnProperty check in Relay Flight #20220

Merged
merged 1 commit into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. Perform hasOwnProperty check in Relay Flight

    We simulate JSON.stringify in this loop so we should do a has own check.
    Otherwise we'll include things like constructor properties.
    
    This will actually make things throw less even when it should.
    sebmarkbage committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    85c1c9a View commit details
    Browse the repository at this point in the history