Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>HTMLHyperlinkElementUtils

Advanced Web Composition for Future
Latest
interface HTMLHyperlinkElementUtils
import { type HTMLHyperlinkElementUtils } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

hash: string
host: string
hostname: string
href: string
readonly
origin: string
password: string
pathname: string
port: string
protocol: string
username: string

Methods

toString(): string