Packages

object urlMod

Source
urlMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. urlMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait URLFormatOptions extends Object with StObject
    Annotations
    @JSType() @native()
  2. class URLSearchParams extends Object with StObject with Iterable[Tuple2[java.lang.String, java.lang.String]]
    Annotations
    @JSType() @JSImport("url", "URLSearchParams") @native()
  3. class URL_ extends Object with StObject with _PathLike
    Annotations
    @JSType() @JSImport("url", "URL") @native()
  4. trait Url extends Object with StObject
    Annotations
    @JSType() @native()
  5. trait UrlObject extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait UrlWithParsedQuery extends Object with StObject with Url
    Annotations
    @JSType() @native()
  7. trait UrlWithStringQuery extends Object with StObject with Url
    Annotations
    @JSType() @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ^: Any
    Annotations
    @JSImport("url", JSImport.Namespace) @native()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def domainToASCII(domain: java.lang.String): java.lang.String
    Annotations
    @inline()
  8. def domainToUnicode(domain: java.lang.String): java.lang.String
    Annotations
    @inline()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. 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()
  12. def fileURLToPath(url: URL_): java.lang.String
    Annotations
    @inline()
  13. def format(urlObject: java.lang.String): java.lang.String
    Annotations
    @inline()
  14. def format(URL: URL_, options: URLFormatOptions): java.lang.String
    Annotations
    @inline()
  15. def format(URL: URL_): java.lang.String
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def parse(urlStr: java.lang.String, parseQueryString: Unit, slashesDenoteHost: Boolean): UrlWithStringQuery
    Annotations
    @inline()
  23. def parse(urlStr: java.lang.String, parseQueryString: Boolean, slashesDenoteHost: Boolean): Url
    Annotations
    @inline()
  24. def parse_false(urlStr: java.lang.String, parseQueryString: false, slashesDenoteHost: Boolean): UrlWithStringQuery
    Annotations
    @inline()
  25. def parse_false(urlStr: java.lang.String, parseQueryString: false): UrlWithStringQuery
    Annotations
    @inline()
  26. def parse_true(urlStr: java.lang.String, parseQueryString: true, slashesDenoteHost: Boolean): UrlWithParsedQuery
    Annotations
    @inline()
  27. 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()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. object URLFormatOptions
  34. object Url
  35. object UrlObject
  36. object UrlWithParsedQuery
  37. object UrlWithStringQuery

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def format(urlObject: UrlObject): java.lang.String

    Annotations
    @inline()
    Deprecated

    since v11.0.0 - Use the WHATWG URL API.

  3. def parse(urlStr: java.lang.String, parseQueryString: Boolean): Url

    Annotations
    @inline()
    Deprecated

    since v11.0.0 - Use the WHATWG URL API.

  4. def parse(urlStr: java.lang.String): UrlWithStringQuery

    Annotations
    @inline()
    Deprecated

    since v11.0.0 - Use the WHATWG URL API.

  5. def parse_true(urlStr: java.lang.String, parseQueryString: true): UrlWithParsedQuery

    Annotations
    @inline()
    Deprecated

    since v11.0.0 - Use the WHATWG URL API.

  6. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped