package js.lib
| .. | |
|---|---|
| intl | |
| webassembly | |
| ArrayBuffer | |
| ArrayBufferView |
|
| DataView | |
| Date | Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January 1970 UTC. |
| Error | |
| EvalError | |
| Float32Array | |
| Float64Array | |
| Function | |
| Int16Array | |
| Int32Array | |
| Int8Array | |
| Intl | The |
| Iterator | |
| IteratorStep | |
| Map | The (native) JavaScript Map object holds key-value pairs. Any value (both objects and primitive values) may be used as either a key or a value. |
| MapEntry | Key/value access helper for |
| Math | Math is a built-in object that has properties and methods for mathematical constants and functions. Not a function object. |
| Object | The |
| ObjectEntry | Key/value access helper for |
| ObjectPropertyDescriptor | See also: |
| ObjectPrototype | Type for |
| Promise | The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. |
| PromiseHandler | Handler type for the Promise object. |
| Proxy | The |
| ProxyHandler | |
| RangeError | |
| ReferenceError | |
| Reflect |
|
| RegExp | Native JavaScript regular expressions. |
| RegExpMatch | |
| RevocableProxy | |
| Set | The |
| Symbol | |
| SyntaxError | |
| Thenable | A value with a |
| ThenableStruct | |
| TypeError | |
| URIError | |
| Uint16Array | |
| Uint32Array | |
| Uint8Array | |
| Uint8ClampedArray | |
| WeakMap | The |
| WeakSet | The |
| WebAssembly | The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality. |
| WebAssemblyInstantiatedSource | |