Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 052c8ea

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
doc: use serial comma in webstreams docs
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>
1 parent b824a0b commit 052c8ea
Copy full SHA for 052c8ea

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/webstreams.md‎

Copy file name to clipboardExpand all lines: doc/api/webstreams.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ added: v16.6.0
12961296
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
12971297
byte order mark in the decoded result. When `false`, the byte order mark
12981298
will be removed from the output. This option is only used when `encoding` is
1299-
`'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
1299+
`'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
13001300
13011301
Creates a new `TextDecoderStream` instance.
13021302

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.