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
  • Loading branch information
lpinca committed Nov 25, 2024
1 parent b17a1fb commit a9b3c4f
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 a9b3c4f

Please sign in to comment.