blob: 3ce25042d9e7d8084226584c0bbf1c98280c43d9 [file] [log] [blame]
// Copyright 2020 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://github.com/WICG/storage-buckets
[
SecureContext,
ImplementedAs=StorageBucketManager,
RuntimeEnabled=StorageBuckets
] partial interface Navigator {
[CallWith=ScriptState, RaisesException]
readonly attribute StorageBucketManager storageBuckets;
};