chromium/third_party/blink/renderer/modules/quota/storage_usage_details.idl

// Copyright 2018 The Chromium Authors
// 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 indexedDB;
    unsigned long long caches;
    unsigned long long serviceWorkerRegistrations;
    unsigned long long fileSystem;
};