kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Fetch
/
ContinueResponseParameter
/
ContinueResponseParameter
Continue
Response
Parameter
constructor
(
requestId
:
String
,
responseCode
:
Int
?
=
null
,
responsePhrase
:
String
?
=
null
,
responseHeaders
:
List
<
Fetch.HeaderEntry
>
?
=
null
,
binaryResponseHeaders
:
String
?
=
null
)