-
Notifications
You must be signed in to change notification settings - Fork 23
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
add isSameNode method #44
base: master
Are you sure you want to change the base?
Conversation
I think maybe this doesn't need to be in Also, if you happen to open any PRs/issues on this library in the future, please link to the DOM living standard, as per the PR request template, instead of MDN - not everything in MDN is part of the standard. |
Well, So seems
I've added the link. |
Yeah, I think
|
Ok, I've changed it. Is changelog entry needed, are there guidelines on how to fill it? |
Is it ok to merge? Or is it to be merged with the next release? |
Sorry for the late response, @wclr. You do need to update the changelog (CHANGELOG.md). This would be added as a 'new feature' under the '[UNRELEASED]' section, something like: New features:
- Added `isSameNode` function (#44 by @wclr) and I can merge and release it. |
Add isSameNode mehtod
Spec: https://dom.spec.whatwg.org/#dom-node-issamenode
MSN: https://developer.mozilla.org/en-US/docs/Web/API/Node/isSameNode
Checklist: