Module Jsdom

This library contains a test handle that can be used in JSDom-based expect tests, as well as some helper functions.

JSDom tests are quite useful for testing low-level vdom attrs / hooks, and bindings to external libraries. We expect the Jsdom library to mostly be used by people working on bindings and reusable components.

module Handle_experimental : sig ... end
module Pointer_event : sig ... end

Nicer types for creating pointer events

module Mouse_event : sig ... end

Nicer types for creating mouse events

module Keyboard_event : sig ... end
module Expert_for_custom_test_handles : sig ... end