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 ba7f90a commit acd41a9Copy full SHA for acd41a9
src/ParseFile.ts
@@ -81,7 +81,7 @@ class ParseFile {
81
* an alphanumeric character, and consist of alphanumeric characters,
82
* periods, spaces, underscores, or dashes.
83
* @param data {Array} The data for the file, as either:
84
- * 1. an Array of byte value Numbers, or
+ * 1. an Array of byte value Numbers or Uint8Array.
85
* 2. an Object like { base64: "..." } with a base64-encoded String.
86
* 3. an Object like { uri: "..." } with a uri String.
87
* 4. a File object selected with a file upload control. (3) only works
0 commit comments