Skip to main content
Module

x/netzo/deno.d.ts>URLPatternResult

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface URLPatternResult
import { type URLPatternResult } from "https://deno.land/x/netzo@v0.1.8/deno.d.ts";

URLPatternResult is the object returned from URLPattern.exec.

Properties

inputs: [URLPatternInit] | [URLPatternInit, string]

The inputs provided when matching.

The matched result for the protocol matcher.

The matched result for the username matcher.

The matched result for the password matcher.

The matched result for the hostname matcher.

The matched result for the port matcher.

The matched result for the pathname matcher.

The matched result for the hash matcher.