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 b824a0b commit 052c8eaCopy full SHA for 052c8ea
doc/api/webstreams.md
@@ -1296,7 +1296,7 @@ added: v16.6.0
1296
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
1297
byte order mark in the decoded result. When `false`, the byte order mark
1298
will be removed from the output. This option is only used when `encoding` is
1299
- `'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
+ `'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
1300
1301
Creates a new `TextDecoderStream` instance.
1302
0 commit comments