@shopify/oxygen-workers-types
    Preparing search index...

    Interface URLPatternInit

    interface URLPatternInit {
        baseURL?: string;
        hash?: string;
        hostname?: string;
        password?: string;
        pathname?: string;
        port?: string;
        protocol?: string;
        search?: string;
        username?: string;
    }
    Index

    Properties

    baseURL?: string
    hash?: string
    hostname?: string
    password?: string
    pathname?: string
    port?: string
    protocol?: string
    search?: string
    username?: string