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

Initial implementation of ownPropertyKeys proxy handler #7254

Merged
merged 1 commit into from Aug 20, 2015

Commits on Aug 20, 2015

  1. Initial implementation of ownPropertyKeys proxy handler

    Generates `SupportedPropertyNames` on DOM structs that should implement
    it. Most of them are unimplemented now (which can be implemented in
    later PRs), with the exception of `HTMLCollection`. Also added a couple
    relevant WPT tests.
    
    Closes #6390
    
    Closes #2215
    frewsxcv committed Aug 20, 2015
You can’t perform that action at this time.