Packages

package url

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class 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
    @RawJSType() @native() @JSImport("url", "URL")
    See also

    https://nodejs.org/api/url.html

  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
    @RawJSType() @native() @JSImport("url", "URLSearchParams")
  3. class UrlFormatOptions extends Object

    URL Format Options

    URL Format Options

    Annotations
    @ScalaJSDefined() @RawJSType()

Deprecated Type Members

  1. trait URLObject extends Object

    Parsed URL Object

    Parsed URL Object

    Annotations
    @RawJSType() @native() @deprecated
    Deprecated

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

Value Members

  1. object URL extends Object with IEventEmitter

    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)

Ungrouped