There was an error while loading. Please reload this page.
1 parent 1f57046 commit f4aa1a6Copy full SHA for f4aa1a6
1 file changed
typings/internalBinding/encoding_binding.d.ts
@@ -1,5 +1,6 @@
1
export interface EncodingBinding {
2
encodeInto(source: string, dest: Uint8Array): void;
3
+ encodeIntoResults: Uint32Array;
4
encodeUtf8String(str: string): Uint8Array;
5
decodeUTF8(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
6
toASCII(input: string): string;
0 commit comments