Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typescript): allow passing a NodeList to ElementContext (#3161)
As per the spec, the context parameter can be passed one of the following: > A `NodeList` such as returned by `document.querySelectorAll`. Source: https://www.deque.com/axe/core-documentation/api-documentation/#context-parameter
- Loading branch information