blob: 87d4c4be618f4272ebe5a5363cc0caef774a6e1b [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/#dictdef-directorypickeroptions
dictionary DirectoryPickerOptions {
[RuntimeEnabled=FileSystemAccessAPIExperimental] USVString id;
[RuntimeEnabled=FileSystemAccessAPIExperimental] (WellKnownDirectory or FileSystemHandle)? startIn;
};