object urlMod
- Source
- urlMod.scala
- Alphabetic
- By Inheritance
- urlMod
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait URLFormatOptions extends Object with StObject
- Annotations
- @JSType() @native()
- class URLSearchParams extends Object with StObject with Iterable[Tuple2[java.lang.String, java.lang.String]]
- Annotations
- @JSType() @JSImport("url", "URLSearchParams") @native()
- class URL_ extends Object with StObject with _PathLike
- Annotations
- @JSType() @JSImport("url", "URL") @native()
- trait Url extends Object with StObject
- Annotations
- @JSType() @native()
- trait UrlObject extends Object with StObject
- Annotations
- @JSType() @native()
- trait UrlWithParsedQuery extends Object with StObject with Url
- Annotations
- @JSType() @native()
- trait UrlWithStringQuery extends Object with StObject with Url
- Annotations
- @JSType() @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ^: Any
- Annotations
- @JSImport("url", JSImport.Namespace) @native()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def domainToASCII(domain: java.lang.String): java.lang.String
- Annotations
- @inline()
- def domainToUnicode(domain: java.lang.String): java.lang.String
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileURLToPath(url: java.lang.String): java.lang.String
This function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string.
This function ensures the correct decodings of percent-encoded characters as well as ensuring a cross-platform valid absolute path string.
- url
The file URL string or URL object to convert to a path.
- Annotations
- @inline()
- def fileURLToPath(url: URL_): java.lang.String
- Annotations
- @inline()
- def format(urlObject: java.lang.String): java.lang.String
- Annotations
- @inline()
- def format(URL: URL_, options: URLFormatOptions): java.lang.String
- Annotations
- @inline()
- def format(URL: URL_): java.lang.String
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parse(urlStr: java.lang.String, parseQueryString: Unit, slashesDenoteHost: Boolean): UrlWithStringQuery
- Annotations
- @inline()
- def parse(urlStr: java.lang.String, parseQueryString: Boolean, slashesDenoteHost: Boolean): Url
- Annotations
- @inline()
- def parse_false(urlStr: java.lang.String, parseQueryString: false, slashesDenoteHost: Boolean): UrlWithStringQuery
- Annotations
- @inline()
- def parse_false(urlStr: java.lang.String, parseQueryString: false): UrlWithStringQuery
- Annotations
- @inline()
- def parse_true(urlStr: java.lang.String, parseQueryString: true, slashesDenoteHost: Boolean): UrlWithParsedQuery
- Annotations
- @inline()
- def pathToFileURL(url: java.lang.String): URL_
This function ensures that path is resolved absolutely, and that the URL control characters are correctly encoded when converting into a File URL.
This function ensures that path is resolved absolutely, and that the URL control characters are correctly encoded when converting into a File URL.
- url
The path to convert to a File URL.
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object URLFormatOptions
- object Url
- object UrlObject
- object UrlWithParsedQuery
- object UrlWithStringQuery
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def format(urlObject: UrlObject): java.lang.String
- Annotations
- @inline()
- Deprecated
since v11.0.0 - Use the WHATWG URL API.
- def parse(urlStr: java.lang.String, parseQueryString: Boolean): Url
- Annotations
- @inline()
- Deprecated
since v11.0.0 - Use the WHATWG URL API.
- def parse(urlStr: java.lang.String): UrlWithStringQuery
- Annotations
- @inline()
- Deprecated
since v11.0.0 - Use the WHATWG URL API.
- def parse_true(urlStr: java.lang.String, parseQueryString: true): UrlWithParsedQuery
- Annotations
- @inline()
- Deprecated
since v11.0.0 - Use the WHATWG URL API.
- def resolve(from: java.lang.String, to: java.lang.String): java.lang.String
- Annotations
- @inline()
- Deprecated
since v11.0.0 - Use the WHATWG URL API.