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

Fix IE8 defineProperty and getOwnPropertyDescriptor #17

Open
mikaelkaron opened this issue Feb 5, 2013 · 1 comment
Open

Fix IE8 defineProperty and getOwnPropertyDescriptor #17

mikaelkaron opened this issue Feb 5, 2013 · 1 comment

Comments

@mikaelkaron
Copy link

The documentation clearly states that this is not supported

  • Note: this shim doesn't do anything special with IE8's minimally useful
  • Object.defineProperty(domNode).

But it would be super nice if it was.

I've seen an implementation at es-shims/es5-shim@37305bc that looks like it delegates to the native function on dom elements, but shim other calls.

@mikaelkaron
Copy link
Author

sent a simple implementation in #18

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

No branches or pull requests

1 participant