blob: 8c45a7f2112fd83084fab0a5e2526f9c3487c7fd [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://wicg.github.io/file-system-access/#dictdef-filesystemgetdirectoryoptions
dictionary FileSystemGetDirectoryOptions {
boolean create = false;
};