Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grpc_basic/proto.ts>Type#decodeDelimited

Very basic gRPC implementation for Deno
Latest
method Type.prototype.decodeDelimited
Re-export
import { Type } from "https://deno.land/x/grpc_basic@0.4.7/proto.ts";

Decodes a message of this type preceeded by its byte length as a varint.

Parameters

reader: (Reader | Uint8Array)

Reader or buffer to decode from

Returns

Message<{ }>

Decoded message