deno.com

Interfaces #

I
v
URL

The URL interface represents an object providing static methods used for creating, parsing, and manipulating URLs in Deno.

I
v
URLPattern

The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.

I
URLPatternComponentResult
No documentation available
I
URLPatternOptions

Options for the URLPattern constructor.

I
URLPatternResult

URLPatternResult is the object returned from URLPattern.exec.

I
v
URLSearchParams

URLSearchParams provides methods for working with the query string of a URL.

I
URLSearchParamsIterator

Iterator for the URLSearchParams class, used to iterate over key-value pairs in search parameters.

    Type Aliases #

    T
    URLPatternInput
    No documentation available