Vercel · nextjs.org

AbortController Allows you to abort one or more DOM requests as and when desiredArray Represents an array of valuesArrayBuffer Represents a generic, fixed-length raw binary data bufferAtomics Provides atomic operations as static methodsBigInt Represents a whole number with arbitrary precisionBigInt64Array Represents a typed array of 64-bit signed integersBigUint64Array Represents a typed array of 64-bit unsigned integersBoolean Represents a logical entity and can have two values: true and falseclearInterval Cancels a timed, repeating action which was previously established by a call to setInterval()clearTimeout Cancels a timed, repeating action which was previously established by a call to setTimeout()console Provides access to the browser's debugging consoleDataView Represents a generic view of an ArrayBufferDate Represents a single moment in time in a platform-independent formatdecodeURI Decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routinedecodeURIComponent Decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routineDOMException Represents an error that occurs in the DOMencodeURI Encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the characterencodeURIComponent Encodes a Uniform Resource Identifier (URI) component by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the characterError Represents an error when trying to execute a statement or accessing a propertyEvalError Represents an error that occurs regarding the global function eval()Float32Array Represents a typed array of 32-bit floating point numbersFloat64Array Represents a typed array of 64-bit floating point numbersFunction Represents a functionInfinity Represents the mathematical Infinity valueInt8Array Represents a typed array of 8-bit signed integersInt16Array Represents a typed array of 16-bit signed integersInt32Array Represents a typed array of 32-bit signed integersIntl Provides access to internationalization and localization functionalityisFinite Determines whether a value is a finite numberisNaN Determines whether a value is NaN or notJSON Provides functionality to convert JavaScript values to and from the JSON formatMap Represents a collection of values, where each value may occur only onceMath Provides access to mathematical functions and constantsNumber Represents a numeric valueObject Represents the object that is the base of all JavaScript objectsparseFloat Parses a string argument and returns a floating point numberparseInt Parses a string argument and returns an integer of the specified radixPromise Represents the eventual completion (or failure) of an asynchronous operation, and its resulting valueProxy Represents an object that is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc)queueMicrotask Queues a microtask to be executedRangeError Represents an error when a value is not in the set or range of allowed valuesReferenceError Represents an error when a non-existent variable is referencedReflect Provides methods for interceptable JavaScript operationsRegExp Represents a regular expression, allowing you to match combinations of charactersSet Represents a collection of values, where each value may occur only oncesetInterval Repeatedly calls a function, with a fixed time delay between each callsetTimeout Calls a function or evaluates an expression after a specified number of millisecondsSharedArrayBuffer Represents a generic, fixed-length raw binary data bufferString Represents a sequence of charactersstructuredClone Creates a deep copy of a valueSymbol Represents a unique and immutable data type that is used as the key of an object propertySyntaxError Represents an error when trying to interpret syntactically invalid codeTypeError Represents an error when a value is not of the expected typeUint8Array Represents a typed array of 8-bit unsigned integersUint8ClampedArray Represents a typed array of 8-bit unsigned integers clamped to 0-255Uint32Array Represents a typed array of 32-bit unsigned integersURIError Represents an error when a global URI handling function was used in a wrong wayURL Represents an object providing static methods used for creating object URLsURLPattern Represents a URL patternURLSearchParams Represents a collection of key/value pairsWeakMap Represents a collection of key/value pairs in which the keys are weakly referencedWeakSet Represents a collection of objects in which each object may occur only onceWebAssembly Provides access to WebAssembly

Read the original on nextjs.org ↗