Packages

package url

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class URL extends Object
    Annotations
    @JSType() @native() @JSImport("url", "URL")
  2. class URLSearchParams extends Object

    The URLSearchParams API provides read and write access to the query of a URL.

    The URLSearchParams API provides read and write access to the query of a URL. The URLSearchParams class can also be used standalone with one of the four following constructors.

    The WHATWG URLSearchParams interface and the querystring module have similar purpose, but the purpose of the querystring module is more general, as it allows the customization of delimiter characters (& and =). On the other hand, this API is designed purely for URL query strings.

    Annotations
    @JSType() @native() @JSImport("url", "URLSearchParams")
  3. trait UrlFormatOptions extends Object
    Annotations
    @JSType()

Deprecated Type Members

  1. trait URLObject extends Object

    Parsed URL Object

    Parsed URL Object

    Annotations
    @JSType() @native() @deprecated
    Deprecated

    (Since version Node.js v11.0.0) Use URL instead

Value Members

  1. object URL extends Object

    This module has utilities for URL resolution and parsing.

    This module has utilities for URL resolution and parsing. Call require('url') to use it.

    Annotations
    @native() @JSImport("url", JSImport.Namespace)
  2. object UrlFormatOptions

Ungrouped