browser-protocol 0.1.1

Generated Rust types and commands for the Chrome DevTools Protocol (browser-protocol)
Documentation
1
2
3
4
5
6
7
8
pub type RemoteObjectId = String;
pub type RemoteObject = serde_json::Value;
pub type ScriptId = String;
pub type StackTrace = serde_json::Value;
pub type UniqueDebuggerId = String;
pub type SearchMatch = serde_json::Value;
pub type ExecutionContextId = i64;
pub type Timestamp = f64;