Skip to content

Commit

Permalink
doc: add history entry for textEncoder.encodeInto()
Browse files Browse the repository at this point in the history
Fixes: nodejs#55938
PR-URL: nodejs#55990
Refs: nodejs#29524
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
  • Loading branch information
lpinca authored and nodejs-github-bot committed Dec 4, 2024
1 parent e929ee9 commit 0567011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,10 @@ encoded bytes.
### `textEncoder.encodeInto(src, dest)`
<!-- YAML
added: v12.11.0
-->
* `src` {string} The text to encode.
* `dest` {Uint8Array} The array to hold the encode result.
* Returns: {Object}
Expand Down

0 comments on commit 0567011

Please sign in to comment.