Header menu logo fable-electron-docs-api

Details Type

Constructors

Constructor Description

Details(id, url, method, resourceType, referrer, timestamp, requestHeaders, ?webContentsId, ?webContents, ?frame, ?uploadData)

Full Usage: Details(id, url, method, resourceType, referrer, timestamp, requestHeaders, ?webContentsId, ?webContents, ?frame, ?uploadData)

Parameters:
    id : 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.
    ?uploadData : UploadData[] -

Returns: Details
id : 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.

?uploadData : UploadData[]

Returns: Details

Instance members

Instance member Description

this.frame

Full Usage: this.frame

Requesting frame. May be null if accessed after the frame has either navigated or been destroyed.

this.id

Full Usage: this.id

this.method

Full Usage: this.method

this.referrer

Full Usage: this.referrer

this.requestHeaders

Full Usage: this.requestHeaders

this.resourceType

Full Usage: this.resourceType

Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media, webSocket or other.

this.timestamp

Full Usage: this.timestamp

this.uploadData

Full Usage: this.uploadData

this.url

Full Usage: this.url

this.webContents

Full Usage: this.webContents

this.webContentsId

Full Usage: this.webContentsId

Type something to start searching.