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
Copy file name to clipboardExpand all lines: rfcs/001-mid-level-file-api.md
+2-22Lines changed: 2 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -8,32 +8,12 @@ The mid-level file API aims to implement File I/O on top of the raw JS apis foun
8
8
9
9
## The API
10
10
11
-
First we have `FileList`which is simply a list of `File`s. This is an opaque struct that offers a way to iterate over `Files` and get individual files by index:
11
+
First we have a way to turn a `web_sys::FileList`into a vector of `File`s (we'll look a the `File` struct below):
0 commit comments