blob: c6160d5e949b3db558657f43c94c9d4447a83f1e [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/#dictdef-directorypickeroptions
dictionary DirectoryPickerOptions {
[RuntimeEnabled=FileSystemAccessAPIExperimental] CommonDirectory? startIn;
};