blob: d73337e3f005b64b1a97b12884725fb23ab76130 [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://wicg.github.io/file-system-access/#sandboxed-filesystem
[
SecureContext,
RuntimeEnabled=FileSystemAccess,
ImplementedAs=StorageManagerFileSystemAccess
] partial interface StorageManager {
[CallWith=ScriptState, RaisesException, Measure]
Promise<FileSystemDirectoryHandle> getDirectory();
};