Liking cljdoc? Tell your friends :D
ClojureScript only.

web.budget.BudgetState

The BudgetState interface of the the Web Budget API provides amount of the user agent's processing budget at a specific point time.

The BudgetState interface of the the Web Budget API provides
amount of the user agent's processing budget at a specific point
time.
raw docstring

budget-atcljs

(budget-at this)

Property.

[Read Only] [Experimental]

The budgetAt read-only property of the web.budget.BudgetState returns the anticipated processing budget at the specified time.

var budget = BudgetState.budgetAt

See also: https://developer.mozilla.org/en-US/docs/Web/API/BudgetState/budgetAt

Property.

[Read Only]
[Experimental]

The budgetAt read-only property of the `web.budget.BudgetState`
returns the anticipated processing budget at the specified time.

`var budget = BudgetState.budgetAt`

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

timecljs

(time this)

Property.

[Read Only] [Experimental]

The time read-only property of the web.budget.BudgetState interface a timestamp at which the budgetAt value is valid.

var time = BudgetState.time

See also: https://developer.mozilla.org/en-US/docs/Web/API/BudgetState/time

Property.

[Read Only]
[Experimental]

The time read-only property of the `web.budget.BudgetState` interface
a `timestamp` at which the budgetAt value is valid.

`var time = BudgetState.time`

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

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

× close