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 44987b7 commit 7514119Copy full SHA for 7514119
doc/api/webstreams.md
@@ -1252,7 +1252,7 @@ added: v16.6.0
1252
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
1253
byte order mark in the decoded result. When `false`, the byte order mark
1254
will be removed from the output. This option is only used when `encoding` is
1255
- `'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
+ `'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
1256
1257
Creates a new `TextDecoderStream` instance.
1258
0 commit comments