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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close