Interface: DevtoolsStateSnapshot
Interface: DevtoolsStateSnapshot
Section titled “Interface: DevtoolsStateSnapshot”Defined in: devtools/src/protocol.ts:17
Properties
Section titled “Properties”clientID
Section titled “clientID”
readonlyclientID:string|null
Defined in: devtools/src/protocol.ts:18
clientGroupID
Section titled “clientGroupID”
readonlyclientGroupID:string|null
Defined in: devtools/src/protocol.ts:19
cookie
Section titled “cookie”
readonlycookie:string|null
Defined in: devtools/src/protocol.ts:20
schemaVersion
Section titled “schemaVersion”
readonlyschemaVersion:string|null
Defined in: devtools/src/protocol.ts:21
outboxDepth
Section titled “outboxDepth”
readonlyoutboxDepth:number
Defined in: devtools/src/protocol.ts:22
lastError?
Section titled “lastError?”
readonlyoptionallastError?: {kind:string;at:number;message:string; }
Defined in: devtools/src/protocol.ts:23
readonlykind:string
readonlyat:number
message
Section titled “message”
readonlymessage:string
readonlyat:number
Defined in: devtools/src/protocol.ts:29
Millis at which this snapshot was captured.