Skip to content

Commit

Permalink
Add suggestedName (mdn#11388)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Dec 23, 2021
1 parent cb616a3 commit 69be12b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/api/window/showsavefilepicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ var FileSystemFileHandle = Window.showSaveFilePicker();

- : An optional object containing options, which are as follows:

- `excludeAcceptAllOption`:A {{jsxref('Boolean')}}. Default
- `excludeAcceptAllOption`: A {{jsxref('Boolean')}}. Default
`false`. By default the picker should include an option to not apply
any file type filters (instigated with the type option below). Setting this option
to `true` means that option is _not_ available.
- `suggestedName`: A {{jsxref('String')}}. The suggested file name.
- `types`: An {{jsxref('Array')}} of allowed file types to save. Each
item is an object with the following options:

Expand Down

0 comments on commit 69be12b

Please sign in to comment.