package global
- Source
- package.scala
- Alphabetic
- By Inheritance
- global
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Array[T] extends scala.scalajs.js.Object with StObject with std.Array[T]
- Annotations
- @JSType() @JSGlobal("Array") @native()
- class ArrayBuffer extends scala.scalajs.js.Object with StObject with std.ArrayBuffer
- Annotations
- @JSType() @JSGlobal("ArrayBuffer") @native()
- class BigInt64Array extends scala.scalajs.js.Object with StObject with std.BigInt64Array
- Annotations
- @JSType() @JSGlobal("BigInt64Array") @native()
- class BigUint64Array extends scala.scalajs.js.Object with StObject with std.BigUint64Array
- Annotations
- @JSType() @JSGlobal("BigUint64Array") @native()
- class Boolean extends scala.scalajs.js.Object with StObject with std.Boolean
- Annotations
- @JSType() @JSGlobal("Boolean") @native()
- class DataView extends scala.scalajs.js.Object with StObject with std.DataView
- Annotations
- @JSType() @JSGlobal("DataView") @native()
- class Date extends scala.scalajs.js.Object with StObject with std.Date
- Annotations
- @JSType() @JSGlobal("Date") @native()
- class Error extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("Error") @native()
- class EvalError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("EvalError") @native()
- class Float32Array extends scala.scalajs.js.Object with StObject with std.Float32Array
- Annotations
- @JSType() @JSGlobal("Float32Array") @native()
- class Float64Array extends scala.scalajs.js.Object with StObject with std.Float64Array
- Annotations
- @JSType() @JSGlobal("Float64Array") @native()
- class Function extends scala.scalajs.js.Function
- Annotations
- @JSType() @JSGlobal("Function") @native()
- class Int16Array extends scala.scalajs.js.Object with StObject with std.Int16Array
- Annotations
- @JSType() @JSGlobal("Int16Array") @native()
- class Int32Array extends scala.scalajs.js.Object with StObject with std.Int32Array
- Annotations
- @JSType() @JSGlobal("Int32Array") @native()
- class Int8Array extends scala.scalajs.js.Object with StObject with std.Int8Array
- Annotations
- @JSType() @JSGlobal("Int8Array") @native()
- class Map[K, V] extends scala.scalajs.js.Object with StObject with std.Map[K, V]
- Annotations
- @JSType() @JSGlobal("Map") @native()
- class Number extends scala.scalajs.js.Object with StObject with std.Number
- Annotations
- @JSType() @JSGlobal("Number") @native()
- class Object extends scala.scalajs.js.Object with StObject with std.Object
- Annotations
- @JSType() @JSGlobal("Object") @native()
- class Promise[T] extends scala.scalajs.js.Object with StObject with std.Promise[T]
- Annotations
- @JSType() @JSGlobal("Promise") @native()
- class RangeError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("RangeError") @native()
- class ReferenceError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("ReferenceError") @native()
- class RegExp extends scala.scalajs.js.Object with StObject with std.RegExp
- Annotations
- @JSType() @JSGlobal("RegExp") @native()
- class Set[T] extends scala.scalajs.js.Object with StObject with std.Set[T]
- Annotations
- @JSType() @JSGlobal("Set") @native()
- class SharedArrayBuffer extends scala.scalajs.js.Object with StObject with std.SharedArrayBuffer
- Annotations
- @JSType() @JSGlobal("SharedArrayBuffer") @native()
- class String extends scala.scalajs.js.Object with StObject with std.String
- Annotations
- @JSType() @JSGlobal("String") @native()
- class SyntaxError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("SyntaxError") @native()
- class TypeError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("TypeError") @native()
- class URIError extends scala.scalajs.js.Object with StObject with std.Error
- Annotations
- @JSType() @JSGlobal("URIError") @native()
- class Uint16Array extends scala.scalajs.js.Object with StObject with std.Uint16Array
- Annotations
- @JSType() @JSGlobal("Uint16Array") @native()
- class Uint32Array extends scala.scalajs.js.Object with StObject with std.Uint32Array
- Annotations
- @JSType() @JSGlobal("Uint32Array") @native()
- class Uint8Array extends scala.scalajs.js.Object with StObject with std.Uint8Array
- Annotations
- @JSType() @JSGlobal("Uint8Array") @native()
- class Uint8ClampedArray extends scala.scalajs.js.Object with StObject with std.Uint8ClampedArray
- Annotations
- @JSType() @JSGlobal("Uint8ClampedArray") @native()
- class WeakMap[K, V] extends scala.scalajs.js.Object with StObject with std.WeakMap[K, V]
- Annotations
- @JSType() @JSGlobal("WeakMap") @native()
- class WeakSet[T] extends scala.scalajs.js.Object with StObject with std.WeakSet[T]
- Annotations
- @JSType() @JSGlobal("WeakSet") @native()
Value Members
- def ArrayBuffer_=(x: ArrayBufferConstructor): Unit
- Annotations
- @inline()
- def Array_=(x: ArrayConstructor): Unit
- Annotations
- @inline()
- def Atomics: Atomics
- Annotations
- @inline()
- def Atomics_=(x: Atomics): Unit
- Annotations
- @inline()
- def BigInt: BigIntConstructor
- Annotations
- @inline()
- def BigInt64Array_=(x: BigInt64ArrayConstructor): Unit
- Annotations
- @inline()
- def BigInt_=(x: BigIntConstructor): Unit
- Annotations
- @inline()
- def BigUint64Array_=(x: BigUint64ArrayConstructor): Unit
- Annotations
- @inline()
- def Boolean_=(x: BooleanConstructor): Unit
- Annotations
- @inline()
- def DataView_=(x: DataViewConstructor): Unit
- Annotations
- @inline()
- def Date_=(x: DateConstructor): Unit
- Annotations
- @inline()
- def Error_=(x: ErrorConstructor): Unit
- Annotations
- @inline()
- def EvalError_=(x: EvalErrorConstructor): Unit
- Annotations
- @inline()
- def Float32Array_=(x: Float32ArrayConstructor): Unit
- Annotations
- @inline()
- def Float64Array_=(x: Float64ArrayConstructor): Unit
- Annotations
- @inline()
- def Function_=(x: FunctionConstructor): Unit
- Annotations
- @inline()
- def Infinity: Double
- Annotations
- @inline()
- def Infinity_=(x: Double): Unit
- Annotations
- @inline()
- def Int16Array_=(x: Int16ArrayConstructor): Unit
- Annotations
- @inline()
- def Int32Array_=(x: Int32ArrayConstructor): Unit
- Annotations
- @inline()
- def Int8Array_=(x: Int8ArrayConstructor): Unit
- Annotations
- @inline()
- 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()
- def JSON_=(x: JSON): Unit
- Annotations
- @inline()
- def Map_=(x: MapConstructor): Unit
- Annotations
- @inline()
- 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()
- def Math_=(x: Math): Unit
- Annotations
- @inline()
- def NaN: Double
- Annotations
- @inline()
- def NaN_=(x: Double): Unit
- Annotations
- @inline()
- def Number_=(x: NumberConstructor): Unit
- Annotations
- @inline()
- def Object_=(x: ObjectConstructor): Unit
- Annotations
- @inline()
- def Promise_=(x: PromiseConstructor): Unit
- Annotations
- @inline()
- def Proxy: ProxyConstructor
- Annotations
- @inline()
- def Proxy_=(x: ProxyConstructor): Unit
- Annotations
- @inline()
- def RangeError_=(x: RangeErrorConstructor): Unit
- Annotations
- @inline()
- def ReferenceError_=(x: ReferenceErrorConstructor): Unit
- Annotations
- @inline()
- def RegExp_=(x: RegExpConstructor): Unit
- Annotations
- @inline()
- def Set_=(x: SetConstructor): Unit
- Annotations
- @inline()
- def SharedArrayBuffer_=(x: SharedArrayBufferConstructor): Unit
- Annotations
- @inline()
- def String_=(x: StringConstructor): Unit
- Annotations
- @inline()
- def Symbol: SymbolConstructor
- Annotations
- @inline()
- def SyntaxError_=(x: SyntaxErrorConstructor): Unit
- Annotations
- @inline()
- def TypeError_=(x: TypeErrorConstructor): Unit
- Annotations
- @inline()
- def URIError_=(x: URIErrorConstructor): Unit
- Annotations
- @inline()
- def Uint16Array_=(x: Uint16ArrayConstructor): Unit
- Annotations
- @inline()
- def Uint32Array_=(x: Uint32ArrayConstructor): Unit
- Annotations
- @inline()
- def Uint8Array_=(x: Uint8ArrayConstructor): Unit
- Annotations
- @inline()
- def Uint8ClampedArray_=(x: Uint8ClampedArrayConstructor): Unit
- Annotations
- @inline()
- def WeakMap_=(x: WeakMapConstructor): Unit
- Annotations
- @inline()
- def WeakSet_=(x: WeakSetConstructor): Unit
- Annotations
- @inline()
- 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()
- 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()
- 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()
- def encodeURIComponent(uriComponent: Double): java.lang.String
- Annotations
- @inline()
- def encodeURIComponent(uriComponent: scala.Boolean): java.lang.String
- Annotations
- @inline()
- 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()
- 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()
- 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()
- 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()
- 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()
- 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()
- def parseInt(string: java.lang.String, radix: Double): Double
- Annotations
- @inline()
- 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()
- 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()
- object Array
- object ArrayBuffer
- object BigInt64Array
- object BigUint64Array
- object Boolean
- object DataView
- object Date
- object Error
- object EvalError
- object Float32Array
- object Float64Array
- object Function
- object Int16Array
- object Int32Array
- object Int8Array
- object Intl
- object Map
- object Number
- object Object
- object Promise
- object RangeError
- object ReferenceError
- object Reflect
- object RegExp
- object Set
- object SharedArrayBuffer
- object String
- object SyntaxError
- object TypeError
- object URIError
- object Uint16Array
- object Uint32Array
- object Uint8Array
- object Uint8ClampedArray
- object WeakMap
- object WeakSet