Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelJin committed Mar 16, 2024
1 parent 5c82278 commit 1d7507f
Show file tree
Hide file tree
Showing 4 changed files with 776 additions and 776 deletions.
4 changes: 2 additions & 2 deletions lib/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4531,7 +4531,7 @@ declare function scrollBy(options: ScrollToOptions): void;

/* Window file picker */

type WindowFileSystemPickerFileType = {
type WindowFileSystemPickerFileType = {|
description?: string,
/*
* An Object with the keys set to the MIME type
Expand All @@ -4544,7 +4544,7 @@ type WindowFileSystemPickerFileType = {
accept: {
[string]: Array<string>,
},
};
|};

type WindowBaseFilePickerOptions = {|
id?: number,
Expand Down
Loading

0 comments on commit 1d7507f

Please sign in to comment.