◐ Shell
clean mode source ↗

doc: add history entry for textEncoder.encodeInto() · nodejs/node@6d02bd6

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 6d02bd6

lpincaruyadorno

authored and

committed

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 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -2132,6 +2132,10 @@ encoded bytes.

21322132
21332133

### `textEncoder.encodeInto(src, dest)`

21342134
2135+

<!-- YAML

2136+

added: v12.11.0

2137+

-->

2138+
21352139

* `src` {string} The text to encode.

21362140

* `dest` {Uint8Array} The array to hold the encode result.

21372141

* Returns: {Object}

0 commit comments