-
Notifications
You must be signed in to change notification settings - Fork 161
querySelectorAll should return Elements #455
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
Comments
This matches what the MDN page that you quoted says that the JavaScript method returns. I'm not sure what you mean by "inconsistent with |
@raquo The definition of |
Ah, I see what you mean now. I guess one way to encode it would be |
@raquo trait NodeListOf[TNode <: Node] extends DOMList[TNode] |
querySelector
which returnsElement
The text was updated successfully, but these errors were encountered: