@@ -1120,19 +1120,19 @@ added: v16.5.0
11201120
11211121### Class: ` TextEncoderStream`
11221122<!-- YAML
1123- added: REPLACEME
1123+ added: v16.6.0
11241124-->
11251125
11261126#### ` new TextEncoderStream ()`
11271127<!-- YAML
1128- added: REPLACEME
1128+ added: v16.6.0
11291129-->
11301130
11311131Creates a new ` TextEncoderStream` instance.
11321132
11331133#### ` textEncoderStream .encoding `
11341134<!-- YAML
1135- added: REPLACEME
1135+ added: v16.6.0
11361136-->
11371137
11381138* Type: {string}
@@ -1141,26 +1141,26 @@ The encoding supported by the `TextEncoderStream` instance.
11411141
11421142#### ` textEncoderStream .readable `
11431143<!-- YAML
1144- added: REPLACEME
1144+ added: v16.6.0
11451145-->
11461146
11471147* Type: {ReadableStream}
11481148
11491149#### ` textEncoderStream .writable `
11501150<!-- YAML
1151- added: REPLACEME
1151+ added: v16.6.0
11521152-->
11531153
11541154* Type: {WritableStream}
11551155
11561156### Class: ` TextDecoderStream`
11571157<!-- YAML
1158- added: REPLACEME
1158+ added: v16.6.0
11591159-->
11601160
11611161#### ` new TextDecoderStream ([encoding[, options]])`
11621162<!-- YAML
1163- added: REPLACEME
1163+ added: v16.6.0
11641164-->
11651165
11661166* ` encoding` {string} Identifies the ` encoding` that this ` TextDecoder` instance
@@ -1176,7 +1176,7 @@ Creates a new `TextDecoderStream` instance.
11761176
11771177#### ` textDecoderStream .encoding `
11781178<!-- YAML
1179- added: REPLACEME
1179+ added: v16.6.0
11801180-->
11811181
11821182* Type: {string}
@@ -1185,7 +1185,7 @@ The encoding supported by the `TextDecoderStream` instance.
11851185
11861186#### ` textDecoderStream .fatal `
11871187<!-- YAML
1188- added: REPLACEME
1188+ added: v16.6.0
11891189-->
11901190
11911191* Type: {boolean}
@@ -1195,7 +1195,7 @@ thrown.
11951195
11961196#### ` textDecoderStream .ignoreBOM `
11971197<!-- YAML
1198- added: REPLACEME
1198+ added: v16.6.0
11991199-->
12001200
12011201* Type: {boolean}
@@ -1205,14 +1205,14 @@ mark.
12051205
12061206#### ` textDecoderStream .readable `
12071207<!-- YAML
1208- added: REPLACEME
1208+ added: v16.6.0
12091209-->
12101210
12111211* Type: {ReadableStream}
12121212
12131213#### ` textDecoderStream .writable `
12141214<!-- YAML
1215- added: REPLACEME
1215+ added: v16.6.0
12161216-->
12171217
12181218* Type: {WritableStream}
0 commit comments