(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number)
| 29 | toString(encoding?: SupportedEncodings, start?: number, end?: number): string; |
| 30 | write(string: string, offset: number, encoding?: SupportedEncodings): void; |
| 31 | copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): void; |
| 32 | } |
| 33 | |
| 34 | export class BrowserBuffer extends Uint8Array implements PlatformBuffer { |
no outgoing calls