Skip to main content

js_protocol/page/
mod.rs

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