Packages

package std

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

Package Members

  1. package Intl
  2. package global

Type Members

  1. trait Array[T] extends scala.scalajs.js.Object with StObject with NumberDictionary[T]
    Annotations
    @JSType() @native()
  2. trait ArrayBuffer extends scala.scalajs.js.Object with StObject

    Represents a raw buffer of binary data, which is used to store data for the different typed arrays.

    Represents a raw buffer of binary data, which is used to store data for the different typed arrays. ArrayBuffers cannot be read from or written to directly, but can be passed to a typed array or DataView Object to interpret the raw buffer as needed.

    Annotations
    @JSType() @native()
  3. trait ArrayBufferConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[Double, scala.scalajs.js.typedarray.ArrayBuffer]
    Annotations
    @JSType() @native()
  4. type ArrayBufferLike = |[SharedArrayBuffer, scala.scalajs.js.typedarray.ArrayBuffer]
  5. trait ArrayBufferTypes extends scala.scalajs.js.Object with StObject

    Allowed ArrayBuffer types for the buffer of an ArrayBufferView and related Typed Arrays.

    Allowed ArrayBuffer types for the buffer of an ArrayBufferView and related Typed Arrays.

    Annotations
    @JSType() @native()
  6. trait ArrayBufferView extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  7. trait ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.Array[Any]] with Instantiable1[|[Double, scala.scalajs.js.Object], scala.scalajs.js.Array[|[Any, scala.scalajs.js.Object]]]
    Annotations
    @JSType() @native()
  8. trait ArrayLike[T] extends scala.scalajs.js.Object with StObject with NumberDictionary[T]
    Annotations
    @JSType() @native()
  9. trait AsyncGenerator[T, TReturn, TNext] extends scala.scalajs.js.Object with StObject with AsyncIterator[T, TReturn, TNext]
    Annotations
    @JSType() @native()
  10. trait AsyncGeneratorFunction extends scala.scalajs.js.Object with StObject with Instantiable1[Any, AsyncGenerator[Any, Any, Any]]
    Annotations
    @JSType() @native()
  11. trait AsyncGeneratorFunctionConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[java.lang.String, AsyncGeneratorFunction]
    Annotations
    @JSType() @native()
  12. trait AsyncIterable[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  13. trait AsyncIterableIterator[T] extends scala.scalajs.js.Object with StObject with AsyncIterator[T, Any, Unit]
    Annotations
    @JSType() @native()
  14. trait AsyncIterator[T, TReturn, TNext] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  15. trait Atomics extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  16. trait BigInt extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  17. trait BigInt64Array extends scala.scalajs.js.Object with StObject with NumberDictionary[scala.scalajs.js.BigInt]

    A typed array of 64-bit signed integer values.

    A typed array of 64-bit signed integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated, an exception is raised.

    Annotations
    @JSType() @native()
  18. trait BigInt64ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[BigInt64Array] with Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigInt64Array] with Instantiable2[ArrayBufferLike, Double, BigInt64Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, BigInt64Array]
    Annotations
    @JSType() @native()
  19. trait BigIntConstructor extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  20. trait BigIntToLocaleStringOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  21. trait BigUint64Array extends scala.scalajs.js.Object with StObject with NumberDictionary[scala.scalajs.js.BigInt]

    A typed array of 64-bit unsigned integer values.

    A typed array of 64-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated, an exception is raised.

    Annotations
    @JSType() @native()
  22. trait BigUint64ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[BigUint64Array] with Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigUint64Array] with Instantiable2[ArrayBufferLike, Double, BigUint64Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, BigUint64Array]
    Annotations
    @JSType() @native()
  23. trait Boolean extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  24. trait BooleanConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.Boolean] with Instantiable1[Any, scala.Boolean]
    Annotations
    @JSType() @native()
  25. trait CallableFunction extends scala.scalajs.js.Function
    Annotations
    @JSType() @native()
  26. type Capitalize[S] = Any

    Convert first character of string literal type to uppercase

  27. type ClassDecorator = Function1[scala.scalajs.js.Function, |[scala.scalajs.js.Function, Unit]]
  28. trait ConcatArray[T] extends scala.scalajs.js.Object with StObject with NumberDictionary[T]
    Annotations
    @JSType() @native()
  29. type ConstructorParameters[T] = Any

    Obtain the parameters of a constructor function type in a tuple

  30. trait DataView extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  31. trait DataViewConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[ArrayBufferLike, scala.scalajs.js.typedarray.DataView] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.DataView] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.DataView]
    Annotations
    @JSType() @native()
  32. trait Date extends scala.scalajs.js.Object with StObject

    Enables basic storage and retrieval of dates and times.

    Enables basic storage and retrieval of dates and times.

    Annotations
    @JSType() @native()
  33. trait DateConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.Date] with Instantiable1[|[|[scala.scalajs.js.Date, Double], java.lang.String], scala.scalajs.js.Date] with Instantiable2[Double, Double, scala.scalajs.js.Date] with Instantiable3[Double, Double, Double, scala.scalajs.js.Date] with Instantiable4[Double, Double, |[Double, Unit], Double, scala.scalajs.js.Date] with Instantiable5[Double, Double, |[Double, Unit], |[Double, Unit], Double, scala.scalajs.js.Date] with Instantiable6[Double, Double, |[Double, Unit], |[Double, Unit], |[Double, Unit], Double, scala.scalajs.js.Date] with Instantiable7[Double, Double, |[Double, Unit], |[Double, Unit], |[Double, Unit], |[Double, Unit], Double, scala.scalajs.js.Date]
    Annotations
    @JSType() @native()
  34. trait Error extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  35. trait ErrorConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.Error] with Instantiable1[java.lang.String, scala.scalajs.js.Error]
    Annotations
    @JSType() @native()
  36. type EvalError = scala.scalajs.js.Error
  37. trait EvalErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  38. type Exclude[T, U] = T

    Exclude from T those types that are assignable to U

  39. type Extract[T, U] = T

    Extract from T those types that are assignable to U

  40. type FlatArray[Arr, Depth] = Any
  41. trait Float32Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 32-bit float values.

    A typed array of 32-bit float values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  42. trait Float32ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Float32Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Float32Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Float32Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Float32Array]
    Annotations
    @JSType() @native()
  43. trait Float64Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 64-bit float values.

    A typed array of 64-bit float values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  44. trait Float64ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Float64Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Float64Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Float64Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Float64Array]
    Annotations
    @JSType() @native()
  45. trait Function extends scala.scalajs.js.Object with StObject

    Creates a new function.

    Creates a new function.

    Annotations
    @JSType() @native()
  46. trait FunctionConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[java.lang.String, scala.scalajs.js.Function]
    Annotations
    @JSType() @native()
  47. trait Generator[T, TReturn, TNext] extends scala.scalajs.js.Object with StObject with Iterator[T, TReturn, TNext]
    Annotations
    @JSType() @native()
  48. trait GeneratorFunction extends scala.scalajs.js.Object with StObject with Instantiable1[Any, Generator[Any, Any, Any]]
    Annotations
    @JSType() @native()
  49. trait GeneratorFunctionConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[java.lang.String, GeneratorFunction]
    Annotations
    @JSType() @native()
  50. trait IArguments extends scala.scalajs.js.Object with StObject with NumberDictionary[Any]
    Annotations
    @JSType() @native()
  51. trait ImportMeta extends scala.scalajs.js.Object with StObject

    The type of import.meta.

    The type of import.meta.

    If you need to declare that a given property exists on import.meta, this type may be augmented via interface merging.

    Annotations
    @JSType() @native()
  52. type InstanceType[T] = Any

    Obtain the return type of a constructor function type

  53. trait Int16Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 16-bit signed integer values.

    A typed array of 16-bit signed integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  54. trait Int16ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Int16Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Int16Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Int16Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Int16Array]
    Annotations
    @JSType() @native()
  55. trait Int32Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 32-bit signed integer values.

    A typed array of 32-bit signed integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  56. trait Int32ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Int32Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Int32Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Int32Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Int32Array]
    Annotations
    @JSType() @native()
  57. trait Int8Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 8-bit integer values.

    A typed array of 8-bit integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  58. trait Int8ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Int8Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Int8Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Int8Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Int8Array]
    Annotations
    @JSType() @native()
  59. trait Iterable[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  60. trait IterableIterator[T] extends scala.scalajs.js.Object with StObject with Iterator[T, Any, Unit]
    Annotations
    @JSType() @native()
  61. trait Iterator[T, TReturn, TNext] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  62. trait IteratorResult[T, TReturn] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType()
  63. trait IteratorReturnResult[TReturn] extends scala.scalajs.js.Object with StObject with IteratorResult[Any, TReturn]
    Annotations
    @JSType() @native()
  64. trait IteratorYieldResult[TYield] extends scala.scalajs.js.Object with StObject with IteratorResult[TYield, Any]
    Annotations
    @JSType() @native()
  65. trait JSON extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  66. type Lowercase[S] = Any

    Convert string literal type to lowercase

  67. trait Map[K, V] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  68. trait MapConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[Map[|[Any, scala.scalajs.js.Object], |[Any, scala.scalajs.js.Object]]] with Instantiable1[|[scala.scalajs.js.Array[Tuple2[scala.scalajs.js.Object, scala.scalajs.js.Object]], scala.scalajs.js.Iterable[Tuple2[scala.scalajs.js.Object, scala.scalajs.js.Object]]], Map[scala.scalajs.js.Object, scala.scalajs.js.Object]]
    Annotations
    @JSType() @native()
  69. trait Math extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  70. type MethodDecorator = Function3[scala.scalajs.js.Object, |[java.lang.String, scala.scalajs.js.Symbol], TypedPropertyDescriptor[Any], |[TypedPropertyDescriptor[Any], Unit]]
  71. trait NewableFunction extends scala.scalajs.js.Function
    Annotations
    @JSType() @native()
  72. type NonNullable[T] = T

    Exclude null and undefined from T

  73. trait Number extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  74. trait NumberConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[Number] with Instantiable1[Any, Number]
    Annotations
    @JSType() @native()
  75. trait Object extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  76. trait ObjectConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.Object] with Instantiable1[Any, scala.scalajs.js.Object]
    Annotations
    @JSType() @native()
  77. type Omit[T, K] = std.stdStrings.Pick with TopLevel[T]

    Construct a type with the properties of T except for those in type K.

  78. type OmitThisParameter[T] = |[T, Function1[Any, Any]]

    Removes the 'this' parameter from a function type.

  79. type ParameterDecorator = Function3[scala.scalajs.js.Object, |[java.lang.String, scala.scalajs.js.Symbol], Double, Unit]
  80. type Parameters[T] = Any

    Obtain the parameters of a function type in a tuple

  81. type Partial[T] = std.stdStrings.Partial with TopLevel[T]

    Make all properties in T optional

  82. type Pick[T, K] = std.stdStrings.Pick with TopLevel[T]

    From T, pick a set of properties whose keys are in the union K

  83. trait Promise[T] extends scala.scalajs.js.Object with StObject

    Represents the completion of an asynchronous operation

    Represents the completion of an asynchronous operation

    Annotations
    @JSType() @native()
  84. trait PromiseConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[Function2[Function1[|[scala.scalajs.js.Object, Thenable[scala.scalajs.js.Object]], Unit], Function1[UndefOr[Any], Unit], Unit], scala.scalajs.js.Promise[scala.scalajs.js.Object]]
    Annotations
    @JSType() @native()
  85. type PromiseConstructorLike = Instantiable1[Function2[Function1[|[scala.scalajs.js.Object, Thenable[scala.scalajs.js.Object]], Unit], Function1[UndefOr[Any], Unit], Unit], Thenable[scala.scalajs.js.Object]]
  86. trait PromiseFulfilledResult[T] extends scala.scalajs.js.Object with StObject with PromiseSettledResult[T]
    Annotations
    @JSType() @native()
  87. trait PromiseLike[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  88. trait PromiseRejectedResult extends scala.scalajs.js.Object with StObject with PromiseSettledResult[Any]
    Annotations
    @JSType() @native()
  89. trait PromiseSettledResult[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType()
  90. type PropertyDecorator = Function2[scala.scalajs.js.Object, |[java.lang.String, scala.scalajs.js.Symbol], Unit]
  91. trait PropertyDescriptor extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  92. type PropertyDescriptorMap = StringDictionary[scala.scalajs.js.PropertyDescriptor]
  93. type PropertyKey = |[|[java.lang.String, Double], scala.scalajs.js.Symbol]
  94. trait ProxyConstructor extends scala.scalajs.js.Object with StObject with Instantiable2[scala.scalajs.js.Object, ProxyHandler[scala.scalajs.js.Object], scala.scalajs.js.Object]
    Annotations
    @JSType() @native()
  95. trait ProxyHandler[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  96. type RangeError = scala.scalajs.js.Error
  97. trait RangeErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  98. type Readonly[T] = std.stdStrings.Readonly with TopLevel[T]

    Make all properties in T readonly

  99. trait ReadonlyArray[T] extends scala.scalajs.js.Object with StObject with NumberDictionary[T]
    Annotations
    @JSType() @native()
  100. trait ReadonlyMap[K, V] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  101. trait ReadonlySet[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  102. type Record[K, T] = StringDictionary[T]

    Construct a type with a set of properties K of type T

  103. type ReferenceError = scala.scalajs.js.Error
  104. trait ReferenceErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  105. trait RegExp extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  106. trait RegExpConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[|[scala.scalajs.js.RegExp, java.lang.String], scala.scalajs.js.RegExp] with Instantiable2[|[scala.scalajs.js.RegExp, java.lang.String], java.lang.String, scala.scalajs.js.RegExp]
    Annotations
    @JSType() @native()
  107. trait RegExpExecArray extends scala.scalajs.js.Object with StObject with Array[java.lang.String]
    Annotations
    @JSType() @native()
  108. trait RegExpMatchArray extends scala.scalajs.js.Object with StObject with Array[java.lang.String]
    Annotations
    @JSType() @native()
  109. type Required[T] = std.stdStrings.Required with TopLevel[T]

    Make all properties in T required

  110. type ReturnType[T] = Any

    Obtain the return type of a function type

  111. trait Set[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  112. trait SetConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[Set[scala.scalajs.js.Object]] with Instantiable1[|[scala.scalajs.js.Array[scala.scalajs.js.Object], scala.scalajs.js.Iterable[scala.scalajs.js.Object]], Set[scala.scalajs.js.Object]]
    Annotations
    @JSType() @native()
  113. trait SharedArrayBuffer extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  114. trait SharedArrayBufferConstructor extends scala.scalajs.js.Object with StObject with Instantiable1[Double, SharedArrayBuffer]
    Annotations
    @JSType() @native()
  115. trait String extends scala.scalajs.js.Object with StObject with NumberDictionary[java.lang.String]
    Annotations
    @JSType() @native()
  116. trait StringConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[java.lang.String] with Instantiable1[Any, java.lang.String]
    Annotations
    @JSType() @native()
  117. trait Symbol extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  118. trait SymbolConstructor extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  119. type SyntaxError = scala.scalajs.js.Error
  120. trait SyntaxErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  121. trait TemplateStringsArray extends scala.scalajs.js.Object with StObject with ReadonlyArray[java.lang.String]
    Annotations
    @JSType() @native()
  122. type ThisParameterType[T] = Any

    Extracts the type of the 'this' parameter of a function type, or 'unknown' if the function type has no 'this' parameter.

  123. trait ThisType[T] extends scala.scalajs.js.Object with StObject

    Marker for contextual 'this' type

    Marker for contextual 'this' type

    Annotations
    @JSType() @native()
  124. type TypeError = scala.scalajs.js.Error
  125. trait TypeErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  126. trait TypedPropertyDescriptor[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  127. type URIError = scala.scalajs.js.Error
  128. trait URIErrorConstructor extends scala.scalajs.js.Object with StObject with ErrorConstructor
    Annotations
    @JSType() @native()
  129. trait Uint16Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 16-bit unsigned integer values.

    A typed array of 16-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  130. trait Uint16ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Uint16Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint16Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint16Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint16Array]
    Annotations
    @JSType() @native()
  131. trait Uint32Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 32-bit unsigned integer values.

    A typed array of 32-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  132. trait Uint32ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Uint32Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint32Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint32Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint32Array]
    Annotations
    @JSType() @native()
  133. trait Uint8Array extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 8-bit unsigned integer values.

    A typed array of 8-bit unsigned integer values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  134. trait Uint8ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Uint8Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint8Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint8Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint8Array]
    Annotations
    @JSType() @native()
  135. trait Uint8ClampedArray extends scala.scalajs.js.Object with StObject with NumberDictionary[Double]

    A typed array of 8-bit unsigned integer (clamped) values.

    A typed array of 8-bit unsigned integer (clamped) values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

    Annotations
    @JSType() @native()
  136. trait Uint8ClampedArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Uint8ClampedArray] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint8ClampedArray] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint8ClampedArray] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint8ClampedArray]
    Annotations
    @JSType() @native()
  137. type Uncapitalize[S] = Any

    Convert first character of string literal type to lowercase

  138. type Uppercase[S] = Any

    Convert string literal type to uppercase

  139. trait WeakMap[K, V] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  140. trait WeakMapConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[WeakMap[scala.scalajs.js.Object, scala.scalajs.js.Object]] with Instantiable1[|[scala.scalajs.js.Array[Tuple2[scala.scalajs.js.Object, scala.scalajs.js.Object]], scala.scalajs.js.Iterable[Tuple2[scala.scalajs.js.Object, scala.scalajs.js.Object]]], WeakMap[scala.scalajs.js.Object, scala.scalajs.js.Object]]
    Annotations
    @JSType() @native()
  141. trait WeakSet[T] extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  142. trait WeakSetConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[WeakSet[scala.scalajs.js.Object]] with Instantiable1[|[scala.scalajs.js.Array[scala.scalajs.js.Object], scala.scalajs.js.Iterable[scala.scalajs.js.Object]], WeakSet[scala.scalajs.js.Object]]
    Annotations
    @JSType() @native()

Value Members

  1. object ArrayBufferTypes
  2. object ArrayBufferView
  3. object ArrayLike
  4. object BigIntToLocaleStringOptions
  5. object Error
  6. object IteratorResult
  7. object IteratorReturnResult
  8. object IteratorYieldResult
  9. object Object
  10. object PromiseFulfilledResult
  11. object PromiseRejectedResult
  12. object PromiseSettledResult
  13. object PropertyDescriptor
  14. object ProxyHandler
  15. object TypedPropertyDescriptor
  16. object anon
  17. object stdBooleans
  18. object stdNumbers
  19. object stdRequire extends scala.scalajs.js.Object with StObject
    Annotations
    @JSImport("std", JSImport.Namespace) @native()
  20. object stdStrings

Inherited from AnyRef

Inherited from Any

Ungrouped