blob: 19c7978f439fbdc8ab7a1eb7e05ff7444650959d [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/writable-files/#dictdef-filesystemgetfileoptions
dictionary FileSystemGetFileOptions {
boolean create = false;
};