Skip to content

Commit

Permalink
doc: use serial comma in webstreams docs
Browse files Browse the repository at this point in the history
Refs: #11321
Refs: #17384

PR-URL: #43353
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
  • Loading branch information
tniessen committed Jun 9, 2022
1 parent 923f355 commit 595ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Expand Up @@ -1296,7 +1296,7 @@ added: v16.6.0
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
byte order mark in the decoded result. When `false`, the byte order mark
will be removed from the output. This option is only used when `encoding` is
`'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
`'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
Creates a new `TextDecoderStream` instance.
Expand Down

0 comments on commit 595ce9d

Please sign in to comment.