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

Percent

import { Percent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";

§Namespace

Percent.Options

§Classes

Percent.Decoder

Percent decoder

Percent.Encoder

Percent encoder

§Variables

Percent.Options.C0

The options for the C0 controls percent-encode

Percent.Options.FORM_URLENCODED

The options for the application/x-www-form-urlencoded percent-encode

Percent.Options.URI_COMPONENT

The options for the URL component percent-encode

Percent.Options.URI_FRAGMENT

The options for the URL fragment percent-encode

Percent.Options.URI_PATH

The options for the URL path percent-encode

Percent.Options.URI_QUERY

The options for the URL query percent-encode

Percent.Options.URI_SPECIAL_QUERY

The options for the URL special-query percent-encode

Percent.Options.URI_USERINFO

The options for the URL userinfo percent-encode

§Functions

Percent.decode

Decodes a Percent-encoded string into an Uint8Array.

Percent.encode

Encodes the specified byte sequence into a string.

§Type Aliases

Percent.Options

The object with the following optional fields.