Skip to content

Commit d01e4fe

Browse files
lpincaaduh95
authored andcommitted
doc: add history entry for textEncoder.encodeInto()
Fixes: #55938 PR-URL: #55990 Refs: #29524 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
1 parent 3c6991a commit d01e4fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/util.md

+4
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,10 @@ encoded bytes.
21322132
21332133
### `textEncoder.encodeInto(src, dest)`
21342134
2135+
<!-- YAML
2136+
added: v12.11.0
2137+
-->
2138+
21352139
* `src` {string} The text to encode.
21362140
* `dest` {Uint8Array} The array to hold the encode result.
21372141
* Returns: {Object}

0 commit comments

Comments
 (0)