Header menu logo fable-electron-docs-api

SharedDictionaryUsageInfo Type

Constructors

Constructor Description

SharedDictionaryUsageInfo(frameOrigin, topFrameSite, totalSizeBytes)

Full Usage: SharedDictionaryUsageInfo(frameOrigin, topFrameSite, totalSizeBytes)

Parameters:
    frameOrigin : string - The origin of the frame where the request originates. It’s specific to the individual frame making the request and is defined by its scheme, host, and port. In practice, will look like a URL.
    topFrameSite : string - The site of the top-level browsing context (the main frame or tab that contains the request). It’s less granular than frameOrigin and focuses on the broader "site" scope. In practice, will look like a URL.
    totalSizeBytes : float - The amount of bytes stored for this shared dictionary information object in Chromium's internal storage (usually Sqlite).

Returns: SharedDictionaryUsageInfo
frameOrigin : string

The origin of the frame where the request originates. It’s specific to the individual frame making the request and is defined by its scheme, host, and port. In practice, will look like a URL.

topFrameSite : string

The site of the top-level browsing context (the main frame or tab that contains the request). It’s less granular than frameOrigin and focuses on the broader "site" scope. In practice, will look like a URL.

totalSizeBytes : float

The amount of bytes stored for this shared dictionary information object in Chromium's internal storage (usually Sqlite).

Returns: SharedDictionaryUsageInfo

Instance members

Instance member Description

this.frameOrigin

Full Usage: this.frameOrigin

The origin of the frame where the request originates. It’s specific to the individual frame making the request and is defined by its scheme, host, and port. In practice, will look like a URL.

this.topFrameSite

Full Usage: this.topFrameSite

The site of the top-level browsing context (the main frame or tab that contains the request). It’s less granular than frameOrigin and focuses on the broader "site" scope. In practice, will look like a URL.

this.totalSizeBytes

Full Usage: this.totalSizeBytes

The amount of bytes stored for this shared dictionary information object in Chromium's internal storage (usually Sqlite).

Type something to start searching.