@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="StorageEstimate")
public static interface StorageEstimate.Builder
extends StorageEstimate
StorageEstimate.Builder| Modifier and Type | Method and Description |
|---|---|
default StorageEstimate.Builder |
quota(int quota)
The StorageEstimate dictionary's quota property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
|
default StorageEstimate.Builder |
usage(int usage)
The StorageEstimate dictionary's usage property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
|
@JsOverlay @Nonnull default StorageEstimate.Builder quota(int quota)
@JsOverlay @Nonnull default StorageEstimate.Builder usage(int usage)