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 11b7033 commit 95165d5Copy full SHA for 95165d5
1 file changed
README.md
@@ -442,7 +442,7 @@ console.log(data)
442
If you for some reason need to post a stream coming from any arbitrary place,
443
then you can append a [Blob] or a [File] look-a-like item.
444
445
-The minium requirement is that it has:
+The minimum requirement is that it has:
446
1. A `Symbol.toStringTag` getter or property that is either `Blob` or `File`
447
2. A known size.
448
3. And either a `stream()` method or a `arrayBuffer()` method that returns a ArrayBuffer.
0 commit comments