Skip to content

Type definitions and low level interface implementations for the XPath API

License

Notifications You must be signed in to change notification settings

purescript-web/purescript-web-dom-xpath

Repository files navigation

purescript-web-xpath

Latest release Build status Pursuit

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