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 4e72f0b commit f02f461Copy full SHA for f02f461
lib/Encoder.ts
@@ -102,7 +102,7 @@ export class FormDataEncoder {
102
"Content-Length": this.contentLength
103
})
104
105
- // Make sure following properties read/only in runtime.
+ // Make sure following properties read-only in runtime.
106
Object.defineProperties(this, {
107
boundary: {writable: false, configurable: false},
108
contentType: {writable: false, configurable: false},
0 commit comments