blob: 1cb3db577a6a9d54f5b034d004be30fcde01c920 [file] [log] [blame]
// Copyright 2015 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://w3c.github.io/ServiceWorker/#self-caches
[
ImplementedAs=GlobalCacheStorage
] partial interface Window {
[SecureContext, MeasureAs=GlobalCacheStorage, RaisesException] readonly attribute CacheStorage caches;
};