Skip to content

Commit e016f68

Browse files
lpincamarco-ippolito
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 1b31638 commit e016f68

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
@@ -2047,6 +2047,10 @@ encoded bytes.
20472047
20482048
### `textEncoder.encodeInto(src, dest)`
20492049
2050+
<!-- YAML
2051+
added: v12.11.0
2052+
-->
2053+
20502054
* `src` {string} The text to encode.
20512055
* `dest` {Uint8Array} The array to hold the encode result.
20522056
* Returns: {Object}

0 commit comments

Comments
 (0)