Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class channel.Dechunker
import { channel } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/index.js";
const { Dechunker } = channel;

Combines chunks until a complete message is gathered up, and then forwards that message to an 'onmessage' listener.

Constructors

new
Dechunker()

Methods

_onHeader(header)

Called when a complete chunk header has been received

CLOSED(buf)
write(buf)