LspFraming
Playwright\Transport\JsonRpc\LspFraming
LSP-style message framing for reliable communication.
Methods
encode()
stringfunction encode(string $content): string
decode()
arrayfunction decode(string $buffer): array
hasCompleteMessage()
boolfunction hasCompleteMessage(string $buffer): bool
getExpectedLength()
?intfunction getExpectedLength(string $buffer): ?int