object nodeUrlMod
- Source
- nodeUrlMod.scala
- Alphabetic
- By Inheritance
- nodeUrlMod
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class URL extends URL_
- Annotations
- @JSType() @JSImport("node:url", "URL") @native()
- class URLSearchParams extends urlMod.URLSearchParams
- Annotations
- @JSType() @JSImport("node:url", "URLSearchParams") @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("node: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])
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.