We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to get document.all in jsdom that returns me 'undefined' or in the browser it returns me HTMLAllCollection
The link to reproduce the issue: https://repl.it/@omarsy1/BothRosyScience#index.js
The text was updated successfully, but these errors were encountered:
Implementing this correctly will be difficult, as it will require a native Node module to create a Proxy with the [[IsHTMLDDA]] internal slot.
Proxy
[[IsHTMLDDA]]
It will also require a way to specify custom Proxy constructors in WebIDL2JS.
Sorry, something went wrong.
No branches or pull requests
Basic info:
Minimal reproduction case
When I try to get document.all in jsdom that returns me 'undefined' or in the browser it returns me HTMLAllCollection
The link to reproduce the issue: https://repl.it/@omarsy1/BothRosyScience#index.js
The text was updated successfully, but these errors were encountered: