SongGuess
    Preparing search index...
    interface URLPatternInit {
        baseURL?: string;
        hash?: string;
        hostname?: string;
        password?: string;
        pathname?: string;
        port?: string;
        protocol?: string;
        search?: string;
        username?: string;
    }

    Hierarchy

    • URLPatternInit
      • URLPatternInit
    Index

    Properties

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