OpenTelemetry SDK
    Preparing search index...

    The URLLike interface represents an URL and HTMLAnchorElement compatible fields.

    interface URLLike {
        hash: string;
        host: string;
        hostname: string;
        href: string;
        origin: string;
        password: string;
        pathname: string;
        port: string;
        protocol: string;
        search: string;
        username: string;
    }
    Index

    Properties

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