Skip to content

Commit 96926ce

Browse files
lpincatargos
authored andcommitted
doc: add history entry for textEncoder.encodeInto()
Fixes: #55938 PR-URL: #55990 Refs: #29524 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent e92d51d commit 96926ce

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
@@ -2166,6 +2166,10 @@ encoded bytes.
21662166
21672167
### `textEncoder.encodeInto(src, dest)`
21682168
2169+
<!-- YAML
2170+
added: v12.11.0
2171+
-->
2172+
21692173
* `src` {string} The text to encode.
21702174
* `dest` {Uint8Array} The array to hold the encode result.
21712175
* Returns: {Object}

0 commit comments

Comments
 (0)