Skip to content

Commit 4b3647a

Browse files
committed
Fix typings for FormDataEncoder.#headers
1 parent 829cb7d commit 4b3647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormDataEncoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class FormDataEncoder {
8080
/**
8181
* Returns headers object with Content-Type and Content-Length header
8282
*/
83-
readonly headers: FormDataEncoderHeaders
83+
readonly headers: Readonly<FormDataEncoderHeaders>
8484

8585
/**
8686
* Creates a multipart/form-data encoder.

0 commit comments

Comments
 (0)