SharedDictionaryInfo

external interface SharedDictionaryInfo(source)

Properties

Link copied to clipboard
abstract var dictionaryUrl: String

URL of the dictionary.

Link copied to clipboard

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

Link copied to clipboard
abstract var hash: String

The sha256 hash of the dictionary binary.

Link copied to clipboard
abstract var id: String

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

Link copied to clipboard
abstract var lastFetchTime: Date

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

Link copied to clipboard
abstract var lastUsedTime: Date

The time when the dictionary was last used.

Link copied to clipboard
abstract var match: String

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

Link copied to clipboard

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

Link copied to clipboard
abstract var responseTime: Date

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

Link copied to clipboard
abstract var size: Double

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