Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(id, url, method, resourceType, referrer, timestamp, statusLine, statusCode, ?webContentsId, ?webContents, ?frame, ?responseHeaders)
Parameters:
int
-
url : string
-
method : string
-
resourceType : ResourceType
-
Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media, webSocket or other.
referrer : string
-
timestamp : double
-
statusLine : string
-
statusCode : int
-
?webContentsId : int
-
?webContents : WebContents
-
?frame : Option<WebFrameMain>
-
Requesting frame. May be null if accessed after the frame has either navigated or been destroyed.
?responseHeaders : Record<string, string[]>
-
Returns: Details
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.frame
|
Requesting frame. May be null if accessed after the frame has either navigated or been destroyed. |
Full Usage:
this.id
|
|
Full Usage:
this.method
|
|
Full Usage:
this.referrer
|
|
Full Usage:
this.resourceType
|
Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media, webSocket or other. |
Full Usage:
this.responseHeaders
|
|
Full Usage:
this.statusCode
|
|
Full Usage:
this.statusLine
|
|
Full Usage:
this.timestamp
|
|
Full Usage:
this.url
|
|
Full Usage:
this.webContents
|
|
Full Usage:
this.webContentsId
|
|
fable-electron-docs-api