blob: 1abe2efea429407884421a9423189e6435932dd1 [file] [log] [blame]
// Copyright 2020 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-savefilepickeroptions
dictionary SaveFilePickerOptions : FilePickerOptions {
[RuntimeEnabled=FileSystemAccessAPIExperimental] USVString? suggestedName;
};