// 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;
};