blob: d3ab371d6e5240328c06d4165b63700e0002e8d6 [file] [log] [blame]
// Copyright 2019 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-filesystemcreatewritableoptions
dictionary FileSystemCreateWritableOptions {
boolean keepExistingData = false;
[RuntimeEnabled=FileSystemAccessAPIExperimental] boolean autoClose = false;
};