pub(crate) fn navigator_storage_estimate(
it: &mut Interp,
_this: Value,
_a: &[Value],
) -> Result<Value, Value>Expand description
navigator.storage.estimate()(StorageManager API。丸ごと未対応
だった)。実際のディスク使用量計測機構が無いためusage: 0(誠実な
未計測値)、quotaは固定の代表値(1GB)を返す簡略実装。