We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217064 commit f443f21Copy full SHA for f443f21
index.bs
@@ -845,7 +845,7 @@ these steps:
845
:: Shows a directory picker that lets the user select a single directory, returning a handle for
846
the selected directory if the user grants read permission.
847
848
- : handles = await window . {{Window/showDirectoryPicker()}}({ {{DirectoryPickerOptions/mode}}: 'readwrite' })
+ : |handle| = await window . {{Window/showDirectoryPicker()}}({ {{DirectoryPickerOptions/mode}}: 'readwrite' })
849
850
the selected directory. The user agent can combine read and write permission requests on this handle into
851
one subsequent prompt.
0 commit comments