Skip to content

Commit f4aa1a6

Browse files
greenheadHQaduh95
authored andcommitted
typings: add encodeIntoResults to EncodingBinding
Signed-off-by: greenhead <shren0812@gmail.com> PR-URL: #65350 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 1f57046 commit f4aa1a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typings/internalBinding/encoding_binding.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export interface EncodingBinding {
22
encodeInto(source: string, dest: Uint8Array): void;
3+
encodeIntoResults: Uint32Array;
34
encodeUtf8String(str: string): Uint8Array;
45
decodeUTF8(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
56
toASCII(input: string): string;

0 commit comments

Comments
 (0)