Skip to content

Commit acd41a9

Browse files
committed
improve docs
1 parent ba7f90a commit acd41a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ParseFile {
8181
* an alphanumeric character, and consist of alphanumeric characters,
8282
* periods, spaces, underscores, or dashes.
8383
* @param data {Array} The data for the file, as either:
84-
* 1. an Array of byte value Numbers, or
84+
* 1. an Array of byte value Numbers or Uint8Array.
8585
* 2. an Object like { base64: "..." } with a base64-encoded String.
8686
* 3. an Object like { uri: "..." } with a uri String.
8787
* 4. a File object selected with a file upload control. (3) only works

0 commit comments

Comments
 (0)