Skip to content

Commit 849cfe6

Browse files
committed
Few small improvements for code codumentation
1 parent 1507e39 commit 849cfe6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Encoder.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ export class Encoder {
3131

3232
readonly #DASHES = "-".repeat(2)
3333

34+
/**
35+
* TextEncoder instance
36+
*/
3437
readonly #encoder: TextEncoder
3538

3639
/**
37-
* Returns field's footer
40+
* Returns form-data footer bytes
3841
*/
3942
readonly #footer: Uint8Array
4043

0 commit comments

Comments
 (0)