Skip to content

Fast CSS Selectors API Engine

Latest
Compare
Choose a tag to compare
@dperini dperini released this 20 Dec 20:51
· 154 commits to master since this release

This is the "nwsapi" project, a continuation of the "nwmatcher" selector engine.

The objectives are the following:

  • provide complete support for the latest CSS Level 4 Selectors and improve on speed
  • emulate native browsers API querySelector(), querySelectorAll(), matches() and closest()
  • maintain extra functionalities found in the original "nwmatcher", especially the "callback" feature
  • replace current "nwmatcher" support in "jsdom" and provide continuous maintenance and bugfixes