blob: f93efd7be589be01315c6779e4a106bff5a31996 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://storage.spec.whatwg.org/#api
dictionary StorageUsageDetails {
unsigned long long applicationCache;
unsigned long long indexedDB;
unsigned long long caches;
unsigned long long serviceWorkerRegistrations;
unsigned long long fileSystem;
};