You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Options common to both the open and save dialog method.
7
+
/// Options common between <see cref="IFileSystemAccessService.ShowOpenFilePickerAsync(KristofferStrube.Blazor.FileSystemAccess.OpenFilePickerOptions?)"/>
8
+
/// and <see cref="IFileSystemAccessService.ShowSaveFilePickerAsync(KristofferStrube.Blazor.FileSystemAccess.SaveFilePickerOptions?)"/>.
8
9
/// </summary>
9
10
/// <remarks><see href="https://wicg.github.io/file-system-access/#dictdef-filepickeroptions">See the API definition here</see>.</remarks>
0 commit comments