interface OnResponseStartedDetails
(js)
fromCache |
abstract var fromCache: Boolean |
(js)
id |
abstract var id: Number |
(js)
method |
abstract var method: String |
(js)
resourceType |
abstract var resourceType: String |
(js)
responseHeaders |
abstract var responseHeaders: ResponseHeaders |
(js)
statusCode |
abstract var statusCode: Number |
(js)
statusLine |
abstract var statusLine: String |
(js)
timestamp |
abstract var timestamp: Number |
(js)
url |
abstract var url: String |
(js)
webContentsId |
open var webContentsId: Number? |