-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Implement Proxy
object
#1664
Implement Proxy
object
#1664
Conversation
This should be spec compliant and feature complete. There are some tests in the Proxy suite failing, because they depend on other features. Test262 conformance changes:
Fixed tests (750):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some implementation details :) Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No additional nitpicks. Good job!
This Pull Request fixes/closes #1300.
It changes the following:
Proxy
object