Categories: None [Edit]

dommy

https://rubygems.org/gems/dommy
https://github.com/takahashim/dommy
A pure-Ruby DOM polyfill on top of Nokogiri::HTML5, a Ruby-side analogue to JavaScript DOM libraries like happy-dom and jsdom. It exposes browser-like DOM semantics — events, MutationObserver, Custom Elements, Shadow DOM, the File API (Blob / File / FormData / DataTransfer), URL, Promise, timers, and Storage — without spinning up a real browser. Aimed at testing Ruby code that emits or consumes HTML. Includes drop-in RSpec matchers and Minitest assertions.

Total

Ranking: 187,753 of 193,262
Downloads: 712

Daily

Ranking: 11,128 of 193,241
Downloads: 60

Depended by

RankDownloadsName

Depends on

RankDownloadsName
151,201,207,440nokogiri

Owners

#GravatarHandle
1icontakahashim