Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TextEncoderCommon

interface TextEncoderCommon {
readonly encoding: string;
}

§Properties

§
readonly encoding: string
[src]

Returns "utf-8".