Skip to content

Commit

Permalink
doc: add history entry for textEncoder.encodeInto()
Browse files Browse the repository at this point in the history
Fixes: #55938
PR-URL: #55990
Refs: #29524
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
  • Loading branch information
lpinca authored Nov 27, 2024
1 parent c6d3fdd commit 090aa8b
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 090aa8b

Please sign in to comment.