blob: 1f6af0ec041592c8bc2ccd3ee7ba299a0fca7dad [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] CommonDirectory? startIn;
};