package url
- Alphabetic
- Public
- Protected
Type Members
- class URL extends Object
- Annotations
- @JSType() @native() @JSImport("url", "URL")
- 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")
- trait UrlFormatOptions extends Object
- Annotations
- @JSType()
Deprecated Type Members
Value Members
- 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)
- object UrlFormatOptions