Header menu logo fable-electron-docs-api

SharedDictionaryInfo Type

Constructors

Constructor Description

SharedDictionaryInfo(match, matchDestinations, id, dictionaryUrl, lastFetchTime, responseTime, expirationDuration, lastUsedTime, size, hash)

Full Usage: SharedDictionaryInfo(match, matchDestinations, id, dictionaryUrl, lastFetchTime, responseTime, expirationDuration, lastUsedTime, size, hash)

Parameters:
    match : string - The matching path pattern for the dictionary which was declared in 'use-as-dictionary' response header's match option.
    matchDestinations : string[] - An array of matching destinations for the dictionary which was declared in 'use-as-dictionary' response header's match-dest option.
    id : string - The Id for the dictionary which was declared in 'use-as-dictionary' response header's id option.
    dictionaryUrl : string - URL of the dictionary.
    lastFetchTime : DateTime - The time of when the dictionary was received from the network layer.
    responseTime : DateTime - The time of when the dictionary was received from the server. For cached responses, this time could be "far" in the past.
    expirationDuration : float - The expiration time for the dictionary which was declared in 'use-as-dictionary' response header's expires option in seconds.
    lastUsedTime : DateTime - The time when the dictionary was last used.
    size : float - The amount of bytes stored for this shared dictionary information object in Chromium's internal storage (usually Sqlite).
    hash : string - The sha256 hash of the dictionary binary.

Returns: SharedDictionaryInfo
match : string

The matching path pattern for the dictionary which was declared in 'use-as-dictionary' response header's match option.

matchDestinations : string[]

An array of matching destinations for the dictionary which was declared in 'use-as-dictionary' response header's match-dest option.

id : string

The Id for the dictionary which was declared in 'use-as-dictionary' response header's id option.

dictionaryUrl : string

URL of the dictionary.

lastFetchTime : DateTime

The time of when the dictionary was received from the network layer.

responseTime : DateTime

The time of when the dictionary was received from the server. For cached responses, this time could be "far" in the past.

expirationDuration : float

The expiration time for the dictionary which was declared in 'use-as-dictionary' response header's expires option in seconds.

lastUsedTime : DateTime

The time when the dictionary was last used.

size : float

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

hash : string

The sha256 hash of the dictionary binary.

Returns: SharedDictionaryInfo

Instance members

Instance member Description

this.dictionaryUrl

Full Usage: this.dictionaryUrl

URL of the dictionary.

this.expirationDuration

Full Usage: this.expirationDuration

The expiration time for the dictionary which was declared in 'use-as-dictionary' response header's expires option in seconds.

this.hash

Full Usage: this.hash

The sha256 hash of the dictionary binary.

this.id

Full Usage: this.id

The Id for the dictionary which was declared in 'use-as-dictionary' response header's id option.

this.lastFetchTime

Full Usage: this.lastFetchTime

The time of when the dictionary was received from the network layer.

this.lastUsedTime

Full Usage: this.lastUsedTime

The time when the dictionary was last used.

this.match

Full Usage: this.match

The matching path pattern for the dictionary which was declared in 'use-as-dictionary' response header's match option.

this.matchDestinations

Full Usage: this.matchDestinations

An array of matching destinations for the dictionary which was declared in 'use-as-dictionary' response header's match-dest option.

this.responseTime

Full Usage: this.responseTime

The time of when the dictionary was received from the server. For cached responses, this time could be "far" in the past.

this.size

Full Usage: this.size

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

Type something to start searching.