Skip to main content

Crate oxibrowser_webapi

Crate oxibrowser_webapi 

Source
Expand description

OxiBrowser WebAPI — DOM and Web API implementations.

Provides DOM parsing via html5ever (from the Servo ecosystem) and basic WebAPI types needed for browser automation.

Re-exports§

pub use dom::Document;

Modules§

dom
DOM implementation backed by html5ever.