This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The time
readonly property of the BudgetState
interface returns a timestamp
at which the budgetAt
value is valid.
Syntax
var time = BudgetState.time
Value
A timestamp
.
Specifications
Specification | Status | Comment |
---|---|---|
Web Budget API The definition of 'time' in that specification. |
Editor's Draft | Initial definition. |