Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(id, url, method, resourceType, referrer, timestamp, requestHeaders, ?webContentsId, ?webContents, ?frame)
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
-
requestHeaders : Record<string, string>
-
?webContentsId : int
-
?webContents : WebContents
-
?frame : Option<WebFrameMain>
-
Requesting frame. May be null if accessed after the frame has either navigated or been destroyed.
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.requestHeaders
|
|
Full Usage:
this.resourceType
|
Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media, webSocket or other. |
Full Usage:
this.timestamp
|
|
Full Usage:
this.url
|
|
Full Usage:
this.webContents
|
|
Full Usage:
this.webContentsId
|
|
fable-electron-docs-api