Skip to content

Commit eb6d3e9

Browse files
lpincanodejs-github-bot
authored andcommitted
doc: add history entry for textEncoder.encodeInto()
Fixes: nodejs#55938 PR-URL: nodejs#55990 Refs: nodejs#29524 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent 24bdb14 commit eb6d3e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/util.md

Lines changed: 4 additions & 0 deletions
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)