Skip to main content
Module

x/rsocket/mod.ts>MetadataEntry

🦕RSocket Deno module
Latest
interface MetadataEntry
import { type MetadataEntry } from "https://deno.land/x/rsocket@0.3.0/mod.ts";

Methods

getContent(): Uint8Array

Returns the un-decoded content of the MetadataEntry.

getMimeType(): string

Returns the MIME type of the entry, if it can be decoded.