Type definitions and low level interface implementations for the W3C DOM XPath API.
Installation
spago install web-dom-xpath
Documentation
Module documentation is published on Pursuit.
Tests
Run tests in a browser
Do npm run testbrowser
then open up test/index.html
with your browser's web
console open.
Headless testing
Currently not working, but could be run with npm run test