package url
- Alphabetic
- Public
- Protected
Type Members
- 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
- 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")
- class UrlFormatOptions extends Object
URL Format Options
URL Format Options
- Annotations
- @ScalaJSDefined() @RawJSType()
Deprecated Type Members
Value Members
- 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)