blob: 6b95a2b240db8b31df56f2642ad30fed968d000e [file] [log] [blame]
// Copyright 2018 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://github.com/WICG/writable-files/blob/master/EXPLAINER.md
dictionary ChooseFileSystemEntriesOptionsAccepts {
DOMString description;
sequence<DOMString> mimeTypes;
sequence<DOMString> extensions;
};