browser-extensions-playground
Preparing search index...
scraping-server/src/protocol
DevtoolsProtocolErrorMessage
Type Alias DevtoolsProtocolErrorMessage
type
DevtoolsProtocolErrorMessage
=
{
code
:
"protocol-version-mismatch"
;
expectedProtocolVersion
:
string
;
message
:
string
;
receivedProtocolVersion
?:
string
;
type
:
"protocol-error"
;
}
Index
Properties
code
expected
Protocol
Version
message
received
Protocol
Version?
type
Properties
Readonly
code
code
:
"protocol-version-mismatch"
Readonly
expected
Protocol
Version
expectedProtocolVersion
:
string
Readonly
message
message
:
string
Optional
Readonly
received
Protocol
Version
receivedProtocolVersion
?:
string
Readonly
type
type
:
"protocol-error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
expected
Protocol
Version
message
received
Protocol
Version
type
browser-extensions-playground
Loading...