@@ -1120,19 +1120,19 @@ added: v16.5.0
1120
1120
1121
1121
### Class: ` TextEncoderStream`
1122
1122
<!-- YAML
1123
- added: REPLACEME
1123
+ added: v16.6.0
1124
1124
-->
1125
1125
1126
1126
#### ` new TextEncoderStream ()`
1127
1127
<!-- YAML
1128
- added: REPLACEME
1128
+ added: v16.6.0
1129
1129
-->
1130
1130
1131
1131
Creates a new ` TextEncoderStream` instance.
1132
1132
1133
1133
#### ` textEncoderStream .encoding `
1134
1134
<!-- YAML
1135
- added: REPLACEME
1135
+ added: v16.6.0
1136
1136
-->
1137
1137
1138
1138
* Type: {string}
@@ -1141,26 +1141,26 @@ The encoding supported by the `TextEncoderStream` instance.
1141
1141
1142
1142
#### ` textEncoderStream .readable `
1143
1143
<!-- YAML
1144
- added: REPLACEME
1144
+ added: v16.6.0
1145
1145
-->
1146
1146
1147
1147
* Type: {ReadableStream}
1148
1148
1149
1149
#### ` textEncoderStream .writable `
1150
1150
<!-- YAML
1151
- added: REPLACEME
1151
+ added: v16.6.0
1152
1152
-->
1153
1153
1154
1154
* Type: {WritableStream}
1155
1155
1156
1156
### Class: ` TextDecoderStream`
1157
1157
<!-- YAML
1158
- added: REPLACEME
1158
+ added: v16.6.0
1159
1159
-->
1160
1160
1161
1161
#### ` new TextDecoderStream ([encoding[, options]])`
1162
1162
<!-- YAML
1163
- added: REPLACEME
1163
+ added: v16.6.0
1164
1164
-->
1165
1165
1166
1166
* ` encoding` {string} Identifies the ` encoding` that this ` TextDecoder` instance
@@ -1176,7 +1176,7 @@ Creates a new `TextDecoderStream` instance.
1176
1176
1177
1177
#### ` textDecoderStream .encoding `
1178
1178
<!-- YAML
1179
- added: REPLACEME
1179
+ added: v16.6.0
1180
1180
-->
1181
1181
1182
1182
* Type: {string}
@@ -1185,7 +1185,7 @@ The encoding supported by the `TextDecoderStream` instance.
1185
1185
1186
1186
#### ` textDecoderStream .fatal `
1187
1187
<!-- YAML
1188
- added: REPLACEME
1188
+ added: v16.6.0
1189
1189
-->
1190
1190
1191
1191
* Type: {boolean}
@@ -1195,7 +1195,7 @@ thrown.
1195
1195
1196
1196
#### ` textDecoderStream .ignoreBOM `
1197
1197
<!-- YAML
1198
- added: REPLACEME
1198
+ added: v16.6.0
1199
1199
-->
1200
1200
1201
1201
* Type: {boolean}
@@ -1205,14 +1205,14 @@ mark.
1205
1205
1206
1206
#### ` textDecoderStream .readable `
1207
1207
<!-- YAML
1208
- added: REPLACEME
1208
+ added: v16.6.0
1209
1209
-->
1210
1210
1211
1211
* Type: {ReadableStream}
1212
1212
1213
1213
#### ` textDecoderStream .writable `
1214
1214
<!-- YAML
1215
- added: REPLACEME
1215
+ added: v16.6.0
1216
1216
-->
1217
1217
1218
1218
* Type: {WritableStream}
0 commit comments