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

x/drash/src/standard/polyfill/URLPatternPolyfill.ts>URLPatternPolyfill

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
class URLPatternPolyfill
import { URLPatternPolyfill } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/polyfill/URLPatternPolyfill.ts";

Constructors

new
URLPatternPolyfill(options: { pathname: string; })

Properties

readonly
pathname: string

Methods

exec(url: string): ExecResult | null