Liking cljdoc? Tell your friends :D

web.StorageEstimate

The StorageEstimate dictionary is used by the web.StorageManager provide estimates of the size of a site's or application's data and how much of it is in use. The web.estimate() method returns object that conforms to this dictionary when its web.Promise

The StorageEstimate dictionary is used by the `web.StorageManager`
provide estimates of the size of a site's or application's data
and how much of it is in use. The `web.estimate()` method returns
object that conforms to this dictionary when its `web.Promise`
raw docstring

quotacljs

(quota this)

Property.

The web.StorageEstimate dictionary's quota property is a conservative of how much storage is allotted to the origin or Web app that web.StorageManager.estimate(); there may be more space available, there will not be less. This value is an estimate to help prevent use for fingerprinting—that is, identifying a device using an of the values of seemingly innocuous properties.

quota = StorageEstimate.quota;

See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/quota

Property.

The `web.StorageEstimate` dictionary's quota property is a conservative
of how much storage is allotted to the origin or Web app that
`web.StorageManager.estimate()`; there may be more space available,
there will not be less. This value is an estimate to help prevent
use for fingerprinting—that is, identifying a device using an
of the values of seemingly innocuous properties.

`quota = StorageEstimate.quota;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/quota`
sourceraw docstring

set-quota!cljs

(set-quota! this val)

Property.

The web.StorageEstimate dictionary's quota property is a conservative of how much storage is allotted to the origin or Web app that web.StorageManager.estimate(); there may be more space available, there will not be less. This value is an estimate to help prevent use for fingerprinting—that is, identifying a device using an of the values of seemingly innocuous properties.

quota = StorageEstimate.quota;

See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/quota

Property.

The `web.StorageEstimate` dictionary's quota property is a conservative
of how much storage is allotted to the origin or Web app that
`web.StorageManager.estimate()`; there may be more space available,
there will not be less. This value is an estimate to help prevent
use for fingerprinting—that is, identifying a device using an
of the values of seemingly innocuous properties.

`quota = StorageEstimate.quota;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/quota`
sourceraw docstring

set-usage!cljs

(set-usage! this val)

Property.

The web.StorageEstimate dictionary's usage property is a conservative of how much storage is allotted to the origin or Web app that web.StorageManager.estimate(); there may be more space available, there will not be less. The value is an estimate because the agent may use compression, duplication prevention techniques, other methods to improve storage efficiency.

usage = StorageEstimate.usage;

See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/usage

Property.

The `web.StorageEstimate` dictionary's usage property is a conservative
of how much storage is allotted to the origin or Web app that
`web.StorageManager.estimate()`; there may be more space available,
there will not be less. The value is an estimate because the
agent may use compression, duplication prevention techniques,
other methods to improve storage efficiency.

`usage = StorageEstimate.usage;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/usage`
sourceraw docstring

usagecljs

(usage this)

Property.

The web.StorageEstimate dictionary's usage property is a conservative of how much storage is allotted to the origin or Web app that web.StorageManager.estimate(); there may be more space available, there will not be less. The value is an estimate because the agent may use compression, duplication prevention techniques, other methods to improve storage efficiency.

usage = StorageEstimate.usage;

See also: https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/usage

Property.

The `web.StorageEstimate` dictionary's usage property is a conservative
of how much storage is allotted to the origin or Web app that
`web.StorageManager.estimate()`; there may be more space available,
there will not be less. The value is an estimate because the
agent may use compression, duplication prevention techniques,
other methods to improve storage efficiency.

`usage = StorageEstimate.usage;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/StorageEstimate/usage`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close