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
I guess we could add a alias to parentNode using a getter?
Interface for Node https://github.com/capricorn86/happy-dom/blob/master/packages/happy-dom/src/nodes/node/Node.ts
Documentation at MDN https://developer.mozilla.org/en-US/docs/Web/API/Node/parentElement
The text was updated successfully, but these errors were encountered:
#196@minor: Adds support for Node.parentElement.
acfd828
Merge pull request #199 from capricorn86/task/196-add-support-for-nod…
a1f983e
…e-parent-element #196@minor: Adds support for Node.parentElement.
Thanks for reporting @Atyn! 🙂
Support for Node.parentElement has now been added.
Read more about the release here: https://github.com/capricorn86/happy-dom/releases/tag/v2.3.0
Sorry, something went wrong.
What a quick fix and fast response! Thank you! 🙂🙏
capricorn86
No branches or pull requests
I guess we could add a alias to parentNode using a getter?
Interface for Node
https://github.com/capricorn86/happy-dom/blob/master/packages/happy-dom/src/nodes/node/Node.ts
Documentation at MDN
https://developer.mozilla.org/en-US/docs/Web/API/Node/parentElement
The text was updated successfully, but these errors were encountered: