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
Example:
let node: Element = document.querySelector("mySelector"); node.matches("mySelector");
Raise the following error: Property 'matches' does not exist on type 'Element' Defined in DOM Living Standard
Property 'matches' does not exist on type 'Element'
The text was updated successfully, but these errors were encountered:
Fixes microsoft/TypeScript#5813
c4ba626
Merge pull request #26 from xabufr/master
3a5e566
thanks @xabufr!
Sorry, something went wrong.
No branches or pull requests
Example:
Raise the following error:
Property 'matches' does not exist on type 'Element'
Defined in DOM Living Standard
The text was updated successfully, but these errors were encountered: