LspFraming

Playwright\Transport\JsonRpc\LspFraming

LSP-style message framing for reliable communication.

Methods

encode()

string
function encode(string $content): string

decode()

array
function decode(string $buffer): array

hasCompleteMessage()

bool
function hasCompleteMessage(string $buffer): bool

getExpectedLength()

?int
function getExpectedLength(string $buffer): ?int