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

x/kwik/deps.ts>msgpack.ExtData

Kwik is a deno database using messagepack files.
Go to Latest
class msgpack.ExtData
Re-export
import { msgpack } from "https://deno.land/x/kwik@v1.2.3/deps.ts";
const { ExtData } = msgpack;

ExtData is used to handle Extension Types that are not registered to ExtensionCodec.

Constructors

new
ExtData(type: number, data: Uint8Array)

Properties

readonly
data: Uint8Array
readonly
type: number