Decode the provided bytes into a string using the provided encoding.
(bytes: Uint8Array, encoding: string)
| 46 | encode(text: string, encoding: string): Uint8Array; |
| 47 | /** Decode the provided bytes into a string using the provided encoding. */ |
| 48 | decode(bytes: Uint8Array, encoding: string): string; |
| 49 | |
| 50 | setTimeoutCustom?(functionRef: Function, delay: number): void; |
| 51 |
no outgoing calls