package global

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

Type Members

  1. class Array[T] extends scala.scalajs.js.Object with StObject with std.Array[T]
    Annotations
    @JSType() @JSGlobal("Array") @native()
  2. class ArrayBuffer extends scala.scalajs.js.Object with StObject with std.ArrayBuffer
    Annotations
    @JSType() @JSGlobal("ArrayBuffer") @native()
  3. class BigInt64Array extends scala.scalajs.js.Object with StObject with std.BigInt64Array
    Annotations
    @JSType() @JSGlobal("BigInt64Array") @native()
  4. class BigUint64Array extends scala.scalajs.js.Object with StObject with std.BigUint64Array
    Annotations
    @JSType() @JSGlobal("BigUint64Array") @native()
  5. class Boolean extends scala.scalajs.js.Object with StObject with std.Boolean
    Annotations
    @JSType() @JSGlobal("Boolean") @native()
  6. class DataView extends scala.scalajs.js.Object with StObject with std.DataView
    Annotations
    @JSType() @JSGlobal("DataView") @native()
  7. class Date extends scala.scalajs.js.Object with StObject with std.Date
    Annotations
    @JSType() @JSGlobal("Date") @native()
  8. class Error extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("Error") @native()
  9. class EvalError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("EvalError") @native()
  10. class Float32Array extends scala.scalajs.js.Object with StObject with std.Float32Array
    Annotations
    @JSType() @JSGlobal("Float32Array") @native()
  11. class Float64Array extends scala.scalajs.js.Object with StObject with std.Float64Array
    Annotations
    @JSType() @JSGlobal("Float64Array") @native()
  12. class Function extends scala.scalajs.js.Function
    Annotations
    @JSType() @JSGlobal("Function") @native()
  13. class Int16Array extends scala.scalajs.js.Object with StObject with std.Int16Array
    Annotations
    @JSType() @JSGlobal("Int16Array") @native()
  14. class Int32Array extends scala.scalajs.js.Object with StObject with std.Int32Array
    Annotations
    @JSType() @JSGlobal("Int32Array") @native()
  15. class Int8Array extends scala.scalajs.js.Object with StObject with std.Int8Array
    Annotations
    @JSType() @JSGlobal("Int8Array") @native()
  16. class Map[K, V] extends scala.scalajs.js.Object with StObject with std.Map[K, V]
    Annotations
    @JSType() @JSGlobal("Map") @native()
  17. class Number extends scala.scalajs.js.Object with StObject with std.Number
    Annotations
    @JSType() @JSGlobal("Number") @native()
  18. class Object extends scala.scalajs.js.Object with StObject with std.Object
    Annotations
    @JSType() @JSGlobal("Object") @native()
  19. class Promise[T] extends scala.scalajs.js.Object with StObject with std.Promise[T]
    Annotations
    @JSType() @JSGlobal("Promise") @native()
  20. class RangeError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("RangeError") @native()
  21. class ReferenceError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("ReferenceError") @native()
  22. class RegExp extends scala.scalajs.js.Object with StObject with std.RegExp
    Annotations
    @JSType() @JSGlobal("RegExp") @native()
  23. class Set[T] extends scala.scalajs.js.Object with StObject with std.Set[T]
    Annotations
    @JSType() @JSGlobal("Set") @native()
  24. class SharedArrayBuffer extends scala.scalajs.js.Object with StObject with std.SharedArrayBuffer
    Annotations
    @JSType() @JSGlobal("SharedArrayBuffer") @native()
  25. class String extends scala.scalajs.js.Object with StObject with std.String
    Annotations
    @JSType() @JSGlobal("String") @native()
  26. class SyntaxError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("SyntaxError") @native()
  27. class TypeError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("TypeError") @native()
  28. class URIError extends scala.scalajs.js.Object with StObject with std.Error
    Annotations
    @JSType() @JSGlobal("URIError") @native()
  29. class Uint16Array extends scala.scalajs.js.Object with StObject with std.Uint16Array
    Annotations
    @JSType() @JSGlobal("Uint16Array") @native()
  30. class Uint32Array extends scala.scalajs.js.Object with StObject with std.Uint32Array
    Annotations
    @JSType() @JSGlobal("Uint32Array") @native()
  31. class Uint8Array extends scala.scalajs.js.Object with StObject with std.Uint8Array
    Annotations
    @JSType() @JSGlobal("Uint8Array") @native()
  32. class Uint8ClampedArray extends scala.scalajs.js.Object with StObject with std.Uint8ClampedArray
    Annotations
    @JSType() @JSGlobal("Uint8ClampedArray") @native()
  33. class WeakMap[K, V] extends scala.scalajs.js.Object with StObject with std.WeakMap[K, V]
    Annotations
    @JSType() @JSGlobal("WeakMap") @native()
  34. class WeakSet[T] extends scala.scalajs.js.Object with StObject with std.WeakSet[T]
    Annotations
    @JSType() @JSGlobal("WeakSet") @native()

Value Members

  1. def ArrayBuffer_=(x: ArrayBufferConstructor): Unit
    Annotations
    @inline()
  2. def Array_=(x: ArrayConstructor): Unit
    Annotations
    @inline()
  3. def Atomics: Atomics
    Annotations
    @inline()
  4. def Atomics_=(x: Atomics): Unit
    Annotations
    @inline()
  5. def BigInt: BigIntConstructor
    Annotations
    @inline()
  6. def BigInt64Array_=(x: BigInt64ArrayConstructor): Unit
    Annotations
    @inline()
  7. def BigInt_=(x: BigIntConstructor): Unit
    Annotations
    @inline()
  8. def BigUint64Array_=(x: BigUint64ArrayConstructor): Unit
    Annotations
    @inline()
  9. def Boolean_=(x: BooleanConstructor): Unit
    Annotations
    @inline()
  10. def DataView_=(x: DataViewConstructor): Unit
    Annotations
    @inline()
  11. def Date_=(x: DateConstructor): Unit
    Annotations
    @inline()
  12. def Error_=(x: ErrorConstructor): Unit
    Annotations
    @inline()
  13. def EvalError_=(x: EvalErrorConstructor): Unit
    Annotations
    @inline()
  14. def Float32Array_=(x: Float32ArrayConstructor): Unit
    Annotations
    @inline()
  15. def Float64Array_=(x: Float64ArrayConstructor): Unit
    Annotations
    @inline()
  16. def Function_=(x: FunctionConstructor): Unit
    Annotations
    @inline()
  17. def Infinity: Double
    Annotations
    @inline()
  18. def Infinity_=(x: Double): Unit
    Annotations
    @inline()
  19. def Int16Array_=(x: Int16ArrayConstructor): Unit
    Annotations
    @inline()
  20. def Int32Array_=(x: Int32ArrayConstructor): Unit
    Annotations
    @inline()
  21. def Int8Array_=(x: Int8ArrayConstructor): Unit
    Annotations
    @inline()
  22. def JSON: JSON

    An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format.

    An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format.

    Annotations
    @inline()
  23. def JSON_=(x: JSON): Unit
    Annotations
    @inline()
  24. def Map_=(x: MapConstructor): Unit
    Annotations
    @inline()
  25. def Math: Math

    An intrinsic object that provides basic mathematics functionality and constants.

    An intrinsic object that provides basic mathematics functionality and constants.

    Annotations
    @inline()
  26. def Math_=(x: Math): Unit
    Annotations
    @inline()
  27. def NaN: Double
    Annotations
    @inline()
  28. def NaN_=(x: Double): Unit
    Annotations
    @inline()
  29. def Number_=(x: NumberConstructor): Unit
    Annotations
    @inline()
  30. def Object_=(x: ObjectConstructor): Unit
    Annotations
    @inline()
  31. def Promise_=(x: PromiseConstructor): Unit
    Annotations
    @inline()
  32. def Proxy: ProxyConstructor
    Annotations
    @inline()
  33. def Proxy_=(x: ProxyConstructor): Unit
    Annotations
    @inline()
  34. def RangeError_=(x: RangeErrorConstructor): Unit
    Annotations
    @inline()
  35. def ReferenceError_=(x: ReferenceErrorConstructor): Unit
    Annotations
    @inline()
  36. def RegExp_=(x: RegExpConstructor): Unit
    Annotations
    @inline()
  37. def Set_=(x: SetConstructor): Unit
    Annotations
    @inline()
  38. def SharedArrayBuffer_=(x: SharedArrayBufferConstructor): Unit
    Annotations
    @inline()
  39. def String_=(x: StringConstructor): Unit
    Annotations
    @inline()
  40. def Symbol: SymbolConstructor
    Annotations
    @inline()
  41. def SyntaxError_=(x: SyntaxErrorConstructor): Unit
    Annotations
    @inline()
  42. def TypeError_=(x: TypeErrorConstructor): Unit
    Annotations
    @inline()
  43. def URIError_=(x: URIErrorConstructor): Unit
    Annotations
    @inline()
  44. def Uint16Array_=(x: Uint16ArrayConstructor): Unit
    Annotations
    @inline()
  45. def Uint32Array_=(x: Uint32ArrayConstructor): Unit
    Annotations
    @inline()
  46. def Uint8Array_=(x: Uint8ArrayConstructor): Unit
    Annotations
    @inline()
  47. def Uint8ClampedArray_=(x: Uint8ClampedArrayConstructor): Unit
    Annotations
    @inline()
  48. def WeakMap_=(x: WeakMapConstructor): Unit
    Annotations
    @inline()
  49. def WeakSet_=(x: WeakSetConstructor): Unit
    Annotations
    @inline()
  50. def decodeURI(encodedURI: java.lang.String): java.lang.String

    Gets the unencoded version of an encoded Uniform Resource Identifier (URI).

    Gets the unencoded version of an encoded Uniform Resource Identifier (URI).

    encodedURI

    A value representing an encoded URI.

    Annotations
    @inline()
  51. def decodeURIComponent(encodedURIComponent: java.lang.String): java.lang.String

    Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

    Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

    encodedURIComponent

    A value representing an encoded URI component.

    Annotations
    @inline()
  52. def encodeURI(uri: java.lang.String): java.lang.String

    Encodes a text string as a valid Uniform Resource Identifier (URI)

    Encodes a text string as a valid Uniform Resource Identifier (URI)

    uri

    A value representing an encoded URI.

    Annotations
    @inline()
  53. def encodeURIComponent(uriComponent: Double): java.lang.String
    Annotations
    @inline()
  54. def encodeURIComponent(uriComponent: scala.Boolean): java.lang.String
    Annotations
    @inline()
  55. def encodeURIComponent(uriComponent: java.lang.String): java.lang.String

    Encodes a text string as a valid component of a Uniform Resource Identifier (URI).

    Encodes a text string as a valid component of a Uniform Resource Identifier (URI).

    uriComponent

    A value representing an encoded URI component.

    Annotations
    @inline()
  56. def escape(string: java.lang.String): java.lang.String

    Computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

    Computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

    string

    A string value

    Annotations
    @inline()
  57. def eval(x: java.lang.String): Any

    Evaluates JavaScript code and executes it.

    Evaluates JavaScript code and executes it.

    x

    A String value that contains valid JavaScript code.

    Annotations
    @inline()
  58. def isFinite(number: Double): scala.Boolean

    Determines whether a supplied number is finite.

    Determines whether a supplied number is finite.

    number

    Any numeric value.

    Annotations
    @inline()
  59. def isNaN(number: Double): scala.Boolean

    Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

    Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

    number

    A numeric value.

    Annotations
    @inline()
  60. def parseFloat(string: java.lang.String): Double

    Converts a string to a floating-point number.

    Converts a string to a floating-point number.

    string

    A string that contains a floating-point number.

    Annotations
    @inline()
  61. def parseInt(string: java.lang.String, radix: Double): Double
    Annotations
    @inline()
  62. def parseInt(string: java.lang.String): Double

    Converts a string to an integer.

    Converts a string to an integer.

    string

    A string to convert into a number.

    Annotations
    @inline()
  63. def unescape(string: java.lang.String): java.lang.String

    Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

    Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

    string

    A string value

    Annotations
    @inline()
  64. object Array
  65. object ArrayBuffer
  66. object BigInt64Array
  67. object BigUint64Array
  68. object Boolean
  69. object DataView
  70. object Date
  71. object Error
  72. object EvalError
  73. object Float32Array
  74. object Float64Array
  75. object Function
  76. object Int16Array
  77. object Int32Array
  78. object Int8Array
  79. object Intl
  80. object Map
  81. object Number
  82. object Object
  83. object Promise
  84. object RangeError
  85. object ReferenceError
  86. object Reflect
  87. object RegExp
  88. object Set
  89. object SharedArrayBuffer
  90. object String
  91. object SyntaxError
  92. object TypeError
  93. object URIError
  94. object Uint16Array
  95. object Uint32Array
  96. object Uint8Array
  97. object Uint8ClampedArray
  98. object WeakMap
  99. object WeakSet

Inherited from AnyRef

Inherited from Any

Ungrouped