toggle menu
chrome-devtools-kotlin
5.8.1-1233758
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.storage
/
SharedStorageMetadata
Shared
Storage
Metadata
@
Serializable
data
class
SharedStorageMetadata
(
val
creationTime
:
TimeSinceEpoch
,
val
length
:
Int
,
val
remainingBudget
:
Double
)
Details for an origin's shared storage.
Official doc
Members
Constructors
Shared
Storage
Metadata
Link copied to clipboard
constructor
(
creationTime
:
TimeSinceEpoch
,
length
:
Int
,
remainingBudget
:
Double
)
Properties
creation
Time
Link copied to clipboard
val
creationTime
:
TimeSinceEpoch
length
Link copied to clipboard
val
length
:
Int
remaining
Budget
Link copied to clipboard
val
remainingBudget
:
Double