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 da499da commit 3335b39Copy full SHA for 3335b39
readme.md
@@ -98,10 +98,10 @@ pnpm add form-data-encoder
98
99
Creates a multipart/form-data encoder.
100
101
-#### `encode() -> {AsyncGenerator<Buffer, void, undefined>}`
+#### `encode() -> {AsyncGenerator<Uint8Array, void, undefined>}`
102
103
Creates an async iterator allowing to perform the encoding by portions.
104
105
-#### `[Symbol.asyncIterator]() -> {AsyncGenerator<Buffer, void, undefined>}`
+#### `[Symbol.asyncIterator]() -> {AsyncGenerator<Uint8Array, void, undefined>}`
106
107
An alias for `Encoder#encode()` method.
0 commit comments