Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method TextDecoder.prototype.decode
import { TextDecoder } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";

Returns the result of running encoding's decoder.

Parameters

optional
input: BufferSource
optional
options: { stream?: false; }

Returns

string