Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class URLPattern
import { URLPattern } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
URLPattern(input?: string | URLPatternURLPatternInit, baseURL?: string)

Properties

readonly
hash: string
readonly
hostname: string
readonly
password: string
readonly
pathname: string
readonly
port: string
readonly
protocol: string
readonly
username: string

Methods

exec(input?: string | URLPatternURLPatternInit, baseURL?: string): URLPatternURLPatternResult | null
test(input?: string | URLPatternURLPatternInit, baseURL?: string): boolean