UNPKG

@cloudflare/puppeteer

Version:

A high-level API to control headless Chrome over the DevTools Protocol

3 lines 206 B
export declare const messageToChunks: (data: string) => Uint8Array[]; export declare const chunksToMessage: (chunks: Uint8Array[], sessionid: string) => string | null; //# sourceMappingURL=chunking.d.ts.map