blob: 4897040ffb1aca50652d11749880d1989c358f32 [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/native-file-system/#dictdef-filesystemcreatewriteroptions
dictionary FileSystemCreateWriterOptions {
boolean keepExistingData = false;
[RuntimeEnabled=FileSystemAccessAPIExperimental] boolean autoClose = false;
};