Skip to main content

js_protocol/dom/
mod.rs

1//! Stub for dom domain
2pub type NodeId = i32;
3pub type FrameId = String;