Binance Web3 Connector JS
    Preparing search index...

    Variable toPathStringConst

    toPathString: (url: URL) => string

    Converts a URL object to a full path string, including pathname, search parameters, and hash.

    Type Declaration

      • (url: URL): string
      • Parameters

        • url: URL

          The URL object to convert to a path string.

        Returns string

        A complete path string representation of the URL.