blob: 4163a9a495b0bae21a94c37cc372fe598b4b5bf4 [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 websql;
};