Skip to main content

browser_protocol/profiler/
mod.rs

1pub type RemoteObjectId = String;
2pub type RemoteObject = serde_json::Value;
3pub type ScriptId = String;
4pub type StackTrace = serde_json::Value;
5pub type UniqueDebuggerId = String;
6pub type SearchMatch = serde_json::Value;
7pub type ExecutionContextId = i64;
8pub type Timestamp = f64;