Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dynablox_opencloud/src/shims/urlpattern/url-pattern.ts>URLPattern

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
class URLPattern
import { URLPattern } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/shims/urlpattern/url-pattern.ts";

Constructors

new
URLPattern(init?: URLPatternInit | string, baseURL?: string)

Properties

private
component_pattern: any
private
keys: any
private
pattern: URLPatternInit
private
regexp: any
readonly
hash
readonly
hostname
readonly
password
readonly
pathname
readonly
port
readonly
protocol
readonly
username

Methods

exec(input?: string | URLPatternInit, baseURL?: string): URLPatternResult | null | undefined
test(input?: string | URLPatternInit, baseURL?: string)