fs2.internal.jsdeps.std.global

Type members

Classlikes

@JSGlobal("Array") @native @JSType
class Array[T] extends StObject with Array[T]
Companion
object
object Array
Companion
class
@JSGlobal("ArrayBuffer") @native @JSType
class ArrayBuffer extends StObject with ArrayBuffer
Companion
object
object ArrayBuffer
Companion
class
@JSGlobal("BigInt64Array") @native @JSType
class BigInt64Array() extends StObject with BigInt64Array
Companion
object
Companion
class
@JSGlobal("BigUint64Array") @native @JSType
class BigUint64Array() extends StObject with BigUint64Array
Companion
object
Companion
class
@JSGlobal("Boolean") @native @JSType
class Boolean() extends StObject with Boolean
Companion
object
object Boolean
Companion
class
@JSGlobal("DataView") @native @JSType
class DataView extends StObject with DataView
Companion
object
object DataView
Companion
class
@JSGlobal("Date") @native @JSType
class Date() extends StObject with Date
Companion
object
object Date
Companion
class
@JSGlobal("Error") @native @JSType
class Error() extends StObject with Error
Companion
object
object Error
Companion
class
@JSGlobal("EvalError") @native @JSType
class EvalError() extends StObject with Error
Companion
object
object EvalError
Companion
class
@JSGlobal("Float32Array") @native @JSType
class Float32Array() extends StObject with Float32Array
Companion
object
object Float32Array
Companion
class
@JSGlobal("Float64Array") @native @JSType
class Float64Array() extends StObject with Float64Array
Companion
object
object Float64Array
Companion
class
@JSGlobal("Function") @native @JSType
class Function extends Function
Companion
object
object Function
Companion
class
@JSGlobal("Int16Array") @native @JSType
class Int16Array() extends StObject with Int16Array
Companion
object
object Int16Array
Companion
class
@JSGlobal("Int32Array") @native @JSType
class Int32Array() extends StObject with Int32Array
Companion
object
object Int32Array
Companion
class
@JSGlobal("Int8Array") @native @JSType
class Int8Array() extends StObject with Int8Array
Companion
object
object Int8Array
Companion
class
object Intl
@JSGlobal("Map") @native @JSType
class Map[K, V]() extends StObject with Map[K, V]
Companion
object
object Map
Companion
class
@JSGlobal("Number") @native @JSType
class Number() extends StObject with Number
Companion
object
object Number
Companion
class
@JSGlobal("Object") @native @JSType
class Object() extends StObject with Object
Companion
object
object Object
Companion
class
@JSGlobal("Promise") @native @JSType
class Promise[T] extends StObject with Promise[T]
Companion
object
object Promise
Companion
class
@JSGlobal("RangeError") @native @JSType
class RangeError() extends StObject with Error
Companion
object
object RangeError
Companion
class
@JSGlobal("ReferenceError") @native @JSType
class ReferenceError() extends StObject with Error
Companion
object
Companion
class
object Reflect
@JSGlobal("RegExp") @native @JSType
class RegExp extends StObject with RegExp
Companion
object
object RegExp
Companion
class
@JSGlobal("Set") @native @JSType
class Set[T]() extends StObject with Set[T]
Companion
object
object Set
Companion
class
@JSGlobal("SharedArrayBuffer") @native @JSType
class SharedArrayBuffer extends StObject with SharedArrayBuffer
Companion
object
Companion
class
@JSGlobal("String") @native @JSType
class String() extends StObject with String
Companion
object
object String
Companion
class
@JSGlobal("SyntaxError") @native @JSType
class SyntaxError() extends StObject with Error
Companion
object
object SyntaxError
Companion
class
@JSGlobal("TypeError") @native @JSType
class TypeError() extends StObject with Error
Companion
object
object TypeError
Companion
class
@JSGlobal("URIError") @native @JSType
class URIError() extends StObject with Error
Companion
object
object URIError
Companion
class
@JSGlobal("Uint16Array") @native @JSType
class Uint16Array() extends StObject with Uint16Array
Companion
object
object Uint16Array
Companion
class
@JSGlobal("Uint32Array") @native @JSType
class Uint32Array() extends StObject with Uint32Array
Companion
object
object Uint32Array
Companion
class
@JSGlobal("Uint8Array") @native @JSType
class Uint8Array() extends StObject with Uint8Array
Companion
object
object Uint8Array
Companion
class
@JSGlobal("Uint8ClampedArray") @native @JSType
class Uint8ClampedArray() extends StObject with Uint8ClampedArray
Companion
object
Companion
class
@JSGlobal("WeakMap") @native @JSType
class WeakMap[K, V]() extends StObject with WeakMap[K, V]
Companion
object
object WeakMap
Companion
class
@JSGlobal("WeakSet") @native @JSType
class WeakSet[T]() extends StObject with WeakSet[T]
Companion
object
object WeakSet
Companion
class

Value members

Concrete methods

@inline
def Array_=(x: ArrayConstructor): Unit
@inline
@inline
def Atomics_=(x: Atomics): Unit
@inline
@inline
@inline
@inline
def Date_=(x: DateConstructor): Unit
@inline
def Error_=(x: ErrorConstructor): Unit
@inline
@inline
@inline
def Infinity: Double
@inline
def Infinity_=(x: Double): Unit
@inline
@inline
@inline
@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.

@inline
def JSON_=(x: JSON): Unit
@inline
def Map_=(x: MapConstructor): Unit
@inline
def Math: Math

An intrinsic object that provides basic mathematics functionality and constants.

An intrinsic object that provides basic mathematics functionality and constants.

@inline
def Math_=(x: Math): Unit
@inline
def NaN: Double
@inline
def NaN_=(x: Double): Unit
@inline
@inline
@inline
@inline
@inline
def Proxy_=(x: ProxyConstructor): Unit
@inline
@inline
@inline
def Set_=(x: SetConstructor): Unit
@inline
@inline
@inline
@inline
@inline
@inline
@inline
def decodeURI(encodedURI: String): String

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

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

Value Params
encodedURI

A value representing an encoded URI.

@inline
def decodeURIComponent(encodedURIComponent: String): 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).

Value Params
encodedURIComponent

A value representing an encoded URI component.

@inline
def encodeURI(uri: String): String

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

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

Value Params
uri

A value representing an encoded URI.

@inline
def encodeURIComponent(uriComponent: String): 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).

Value Params
uriComponent

A value representing an encoded URI component.

@inline
def encodeURIComponent(uriComponent: Boolean): String
@inline
def encodeURIComponent(uriComponent: Double): String
@inline
def escape(string: String): 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.

Value Params
string

A string value

@inline
def eval(x: String): Any

Evaluates JavaScript code and executes it.

Evaluates JavaScript code and executes it.

Value Params
x

A String value that contains valid JavaScript code.

@inline
def isFinite(number: Double): Boolean

Determines whether a supplied number is finite.

Determines whether a supplied number is finite.

Value Params
number

Any numeric value.

@inline
def isNaN(number: Double): 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).

Value Params
number

A numeric value.

@inline
def parseFloat(string: String): Double

Converts a string to a floating-point number.

Converts a string to a floating-point number.

Value Params
string

A string that contains a floating-point number.

@inline
def parseInt(string: String): Double

Converts a string to an integer.

Converts a string to an integer.

Value Params
radix

A value between 2 and 36 that specifies the base of the number in string. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.

string

A string to convert into a number.

@inline
def parseInt(string: String, radix: Double): Double
@inline
def unescape(string: String): 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.

Value Params
string

A string value