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

replace deprecated __proto__ from js code #2500

Merged
merged 4 commits into from
Oct 1, 2024

Conversation

jyameo
Copy link
Contributor

@jyameo jyameo commented Oct 1, 2024

Replaced deprecated code this.__proto__ from js code with Object.getPrototypeOf(this).

#2118

@jyameo jyameo requested a review from derekxu16 October 1, 2024 17:43
@jyameo jyameo linked an issue Oct 1, 2024 that may be closed by this pull request
dwds/CHANGELOG.md Outdated Show resolved Hide resolved
jyameo and others added 2 commits October 1, 2024 13:56
Co-authored-by: Derek Xu <xuderekq@hotmail.com>
Co-authored-by: Derek Xu <xuderekq@hotmail.com>
@jyameo jyameo merged commit c408f7f into dart-lang:main Oct 1, 2024
47 checks passed
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.

Remove uses of .__proto__ from JS code
2 participants