blob: f3a36d597394de2115469129e119a5526d842db3 [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/native-file-system/#sandboxed-filesystem
[
SecureContext,
RuntimeEnabled=NativeFileSystem,
ImplementedAs=StorageManagerNativeFileSystem
] partial interface StorageManager {
[CallWith=ScriptState, RaisesException, Measure]
Promise<FileSystemDirectoryHandle> getDirectory();
};