summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/filesystem/file_system_get_directory_options.idl
blob: 246e8108b53db8727192c8b8254e71a285cf12fc (plain)
1
2
3
4
5
6
7
8
// 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://wicg.github.io/writable-files/#dictdef-filesystemgetdirectoryoptions
dictionary FileSystemGetDirectoryOptions {
  boolean create = false;
};