I
AbortController

A controller object that allows you to abort one or more DOM requests as and when desired.

I
AbortSignal

A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.

I
AbortSignalEventMap
No documentation available
I
AddEventListenerOptions
No documentation available
I
AesCbcParams
No documentation available
I
AesCtrParams
No documentation available
I
AesDerivedKeyParams
No documentation available
I
AesGcmParams
No documentation available
I
AesKeyAlgorithm
No documentation available
I
AesKeyGenParams
No documentation available
I
Algorithm
No documentation available
T
AlgorithmIdentifier
No documentation available
f
atob

Decodes a string of data which has been encoded using base-64 encoding.

T
BinaryType
No documentation available
I
v
Blob

A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.

T
BlobPart
No documentation available
I
BlobPropertyBag
No documentation available
I
Body
No documentation available
T
BodyInit
No documentation available
f
btoa

Creates a base-64 ASCII encoded string from the input string.

T
BufferSource
No documentation available
I
ByteLengthQueuingStrategy
No documentation available
f
clearInterval

Cancels a timed, repeating action which was previously started by a call to setInterval()

f
clearTimeout

Cancels a scheduled action initiated by setTimeout()

I
v
CloseEvent
No documentation available
I
CloseEventInit
No documentation available
T
ColorSpaceConversion
No documentation available
I
v
CompressionStream

An API for compressing a stream of data.

I
Console
No documentation available
v
console
No documentation available
I
CountQueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

f
createImageBitmap
No documentation available
I
v
Crypto
No documentation available
v
crypto
No documentation available
I
v
CryptoKey

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.

I
v
CryptoKeyPair

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

I
v
CustomEvent
No documentation available
I
CustomEventInit
No documentation available
f
decodeURI

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

f
decodeURIComponent

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

I
v
DecompressionStream

An API for decompressing a stream of data.

f
dispatchEvent

Dispatches an event in the global scope, synchronously invoking any registered event listeners for this event in the appropriate order. Returns false if event is cancelable and at least one of the event handlers which handled this event called Event.preventDefault(). Otherwise it returns true.

I
v
DOMException
No documentation available
I
DomIterable
No documentation available
I
DOMStringList
No documentation available
I
EcdhKeyDeriveParams
No documentation available
I
EcdsaParams
No documentation available
I
EcKeyAlgorithm
No documentation available
I
EcKeyGenParams
No documentation available
I
EcKeyImportParams
No documentation available
f
encodeURI

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

f
encodeURIComponent

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

I
v
ErrorEvent
No documentation available
I
ErrorEventInit
No documentation available
f
eval

Evaluates JavaScript code and executes it.

I
Event

An event which takes place in the DOM.

I
EventInit
No documentation available
I
EventListener
No documentation available
I
EventListenerObject
No documentation available
I
EventListenerOptions
No documentation available
T
EventListenerOrEventListenerObject
No documentation available
I
v
EventSource
No documentation available
I
EventSourceEventMap
No documentation available
I
EventSourceInit
No documentation available
I
EventTarget

EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them.

f
fetch

Fetch a resource from the network. It returns a Promise that resolves to the Response to that Request, whether it is successful or not.

I
v
File

Provides information about files and allows JavaScript in a web page to access their content.

I
FilePropertyBag
No documentation available
I
v
FileReader

Lets web applications asynchronously read the contents of files (or raw data buffers) stored on the user's computer, using File or Blob objects to specify the file or data to read.

I
FileReaderEventMap
No documentation available
N
Fleek

Fleek namespace for interacting with the core node.

c
Fleek.ContentHandle

Handle to blockstore content. Holds the proof for the content and traverses it, to read each inner block from the blockstore.

f
Fleek.fetchBlake3

Fetch some blake3 content, ensuring it's in the blockstore.

T
Fleek.HttpRequest

HTTP request object.

T
Fleek.HttpRequestMethod

HTTP request methods.

T
Fleek.HttpResponse

HTTP Response object. When returned from a function that's requested over http, it will be used to modify the http response. Otherwise, for non-http requests, the raw json object will be sent.

T
Fleek.HttpResponseHeaders

Valid header formats for an HTTP response.

f
Fleek.loadContent

Load a content handle to some blake3 content in the blockstore.

f
Fleek.queryClientBandwidthBalance

Query application for a client's bandwidth balance.

f
Fleek.queryClientFlkBalance

Query application for a client's FLK balance.

I
v
FormData

Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data".

T
FormDataEntryValue
No documentation available
c
GPU
No documentation available
c
GPUAdapter
No documentation available
c
GPUAdapterInfo
No documentation available
T
GPUAddressMode
No documentation available
T
GPUAutoLayoutMode
No documentation available
c
GPUBindGroup
No documentation available
I
GPUBindGroupDescriptor
No documentation available
I
GPUBindGroupEntry
No documentation available
c
GPUBindGroupLayout
No documentation available
I
GPUBindGroupLayoutDescriptor
No documentation available
I
GPUBindGroupLayoutEntry
No documentation available
T
GPUBindingResource
No documentation available
I
GPUBlendComponent
No documentation available
T
GPUBlendFactor
No documentation available
T
GPUBlendOperation
No documentation available
I
GPUBlendState
No documentation available
c
GPUBuffer
No documentation available
I
GPUBufferBinding
No documentation available
I
GPUBufferBindingLayout
No documentation available
T
GPUBufferBindingType
No documentation available
I
GPUBufferDescriptor
No documentation available
T
GPUBufferMapState
No documentation available
c
GPUBufferUsage
No documentation available
T
GPUBufferUsageFlags
No documentation available
T
GPUCanvasAlphaMode
No documentation available
I
GPUCanvasConfiguration
No documentation available
I
GPUCanvasContext
No documentation available
T
GPUColor
No documentation available
I
GPUColorDict
No documentation available
I
GPUColorTargetState
No documentation available
c
GPUColorWrite
No documentation available
T
GPUColorWriteFlags
No documentation available
c
GPUCommandBuffer
No documentation available
I
GPUCommandBufferDescriptor
No documentation available
c
GPUCommandEncoder
No documentation available
I
GPUCommandEncoderDescriptor
No documentation available
T
GPUCompareFunction
No documentation available
I
GPUCompilationInfo
No documentation available
I
GPUCompilationMessage
No documentation available
T
GPUCompilationMessageType
No documentation available
I
GPUComputePassDescriptor
No documentation available
c
GPUComputePassEncoder
No documentation available
I
GPUComputePassTimestampWrites
No documentation available
c
GPUComputePipeline
No documentation available
I
GPUComputePipelineDescriptor
No documentation available
T
GPUCullMode
No documentation available
I
GPUDepthStencilState
No documentation available
c
GPUDevice
No documentation available
I
GPUDeviceDescriptor
No documentation available
I
GPUDeviceLostInfo
No documentation available
T
GPUDeviceLostReason
No documentation available
c
GPUError
No documentation available
T
GPUErrorFilter
No documentation available
T
GPUExtent3D
No documentation available
I
GPUExtent3DDict
No documentation available
T
GPUFeatureName
No documentation available
T
GPUFilterMode
No documentation available
T
GPUFlagsConstant
No documentation available
I
GPUFragmentState
No documentation available
T
GPUFrontFace
No documentation available
I
GPUImageCopyBuffer
No documentation available
I
GPUImageCopyTexture
No documentation available
I
GPUImageDataLayout
No documentation available
T
GPUIndexFormat
No documentation available
T
GPULoadOp
No documentation available
c
GPUMapMode
No documentation available
T
GPUMapModeFlags
No documentation available
T
GPUMipmapFilterMode
No documentation available
I
GPUMultisampleState
No documentation available
I
GPUObjectDescriptorBase
No documentation available
T
GPUOrigin3D
No documentation available
I
GPUOrigin3DDict
No documentation available
c
GPUOutOfMemoryError
No documentation available
I
GPUPipelineBase
No documentation available
I
GPUPipelineDescriptorBase
No documentation available
c
GPUPipelineLayout
No documentation available
I
GPUPipelineLayoutDescriptor
No documentation available
T
GPUPowerPreference
No documentation available
I
GPUPrimitiveState
No documentation available
T
GPUPrimitiveTopology
No documentation available
I
GPUProgrammableStage
No documentation available
c
GPUQuerySet
No documentation available
I
GPUQuerySetDescriptor
No documentation available
T
GPUQueryType
No documentation available
c
GPUQueue
No documentation available
c
GPURenderBundle
No documentation available
I
GPURenderBundleDescriptor
No documentation available
c
GPURenderBundleEncoder
No documentation available
I
GPURenderBundleEncoderDescriptor
No documentation available
I
GPURenderPassColorAttachment
No documentation available
I
GPURenderPassDepthStencilAttachment
No documentation available
I
GPURenderPassDescriptor
No documentation available
c
GPURenderPassEncoder
No documentation available
I
GPURenderPassLayout
No documentation available
I
GPURenderPassTimestampWrites
No documentation available
c
GPURenderPipeline
No documentation available
I
GPURenderPipelineDescriptor
No documentation available
I
GPURequestAdapterOptions
No documentation available
c
GPUSampler
No documentation available
I
GPUSamplerBindingLayout
No documentation available
T
GPUSamplerBindingType
No documentation available
I
GPUSamplerDescriptor
No documentation available
c
GPUShaderModule
No documentation available
I
GPUShaderModuleDescriptor
No documentation available
c
GPUShaderStage
No documentation available
T
GPUShaderStageFlags
No documentation available
I
GPUStencilFaceState
No documentation available
T
GPUStencilOperation
No documentation available
T
GPUStorageTextureAccess
No documentation available
I
GPUStorageTextureBindingLayout
No documentation available
T
GPUStoreOp
No documentation available
c
GPUSupportedFeatures
No documentation available
c
GPUSupportedLimits
No documentation available
c
GPUTexture
No documentation available
T
GPUTextureAspect
No documentation available
I
GPUTextureBindingLayout
No documentation available
I
GPUTextureDescriptor
No documentation available
T
GPUTextureDimension
No documentation available
T
GPUTextureFormat
No documentation available
T
GPUTextureSampleType
No documentation available
c
GPUTextureUsage
No documentation available
T
GPUTextureUsageFlags
No documentation available
c
GPUTextureView
No documentation available
I
GPUTextureViewDescriptor
No documentation available
T
GPUTextureViewDimension
No documentation available
c
GPUValidationError
No documentation available
I
GPUVertexAttribute
No documentation available
I
GPUVertexBufferLayout
No documentation available
T
GPUVertexFormat
No documentation available
I
GPUVertexState
No documentation available
T
GPUVertexStepMode
No documentation available
T
HashAlgorithmIdentifier
No documentation available
I
v
Headers

This Fetch API interface allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing. A Headers object has an associated header list, which is initially empty and consists of zero or more name and value pairs. You can add to this using methods like append() (see Examples). In all methods of this interface, header names are matched by case-insensitive byte sequence.

T
HeadersInit
No documentation available
I
HkdfParams
No documentation available
I
HmacImportParams
No documentation available
I
HmacKeyAlgorithm
No documentation available
I
HmacKeyGenParams
No documentation available
T
ImageBitmapSource
No documentation available
I
v
ImageData
No documentation available
I
ImageDataSettings
No documentation available
T
ImageOrientation
No documentation available
v
Infinity
No documentation available
N
Intl
No documentation available
I
v
Intl.Collator
No documentation available
I
Intl.CollatorOptions
No documentation available
I
v
Intl.DateTimeFormat
No documentation available
I
Intl.DateTimeFormatOptions
No documentation available
I
v
Intl.NumberFormat
No documentation available
I
Intl.NumberFormatOptions
No documentation available
I
Intl.ResolvedCollatorOptions
No documentation available
I
Intl.ResolvedDateTimeFormatOptions
No documentation available
I
Intl.ResolvedNumberFormatOptions
No documentation available
f
isFinite

Determines whether a supplied number is finite.

f
isNaN

Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

I
JsonWebKey
No documentation available
I
KeyAlgorithm
No documentation available
T
KeyFormat
No documentation available
T
KeyType
No documentation available
T
KeyUsage
No documentation available
I
v
Location

The location (URL) of the object it is linked to. Changes done on it are reflected on the object it relates to. Accessible via globalThis.location.

v
location
No documentation available
I
v
MessageChannel

The MessageChannel interface of the Channel Messaging API allows us to create a new message channel and send data through it via its two MessagePort properties.

I
MessageEvent
No documentation available
I
MessageEventInit
No documentation available
I
v
MessagePort

The MessagePort interface of the Channel Messaging API represents one of the two ports of a MessageChannel, allowing messages to be sent from one port and listening out for them arriving at the other.

I
MessagePortEventMap
No documentation available
v
name
No documentation available
T
NamedCurve
No documentation available
v
NaN
No documentation available
f
parseFloat

Converts a string to a floating-point number.

f
parseInt

Converts a string to an integer.

I
Pbkdf2Params
No documentation available
I
PipeOptions
No documentation available
T
PredefinedColorSpace
No documentation available
T
PremultiplyAlpha
No documentation available
I
ProgressEvent

Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an , ,

I
ProgressEventInit
No documentation available
T
PromiseConstructorLike
No documentation available
I
v
PromiseRejectionEvent
No documentation available
I
PromiseRejectionEventInit
No documentation available
T
PropertyKey
No documentation available
f
queueMicrotask

A microtask is a short function which is executed after the function or module which created it exits and only if the JavaScript execution stack is empty, but before returning control to the event loop being used to drive the script's execution environment. This event loop may be either the main event loop or the event loop driving a web worker.

I
QueuingStrategy
No documentation available
I
QueuingStrategySizeCallback
No documentation available
I
v
ReadableByteStreamController
No documentation available
I
ReadableByteStreamControllerCallback
No documentation available
I
ReadableStream

This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.

I
ReadableStreamBYOBReadDoneResult
No documentation available
I
v
ReadableStreamBYOBReader
No documentation available
I
ReadableStreamBYOBReaderReadOptions
No documentation available
T
ReadableStreamBYOBReadResult
No documentation available
I
ReadableStreamBYOBReadValueResult
No documentation available
I
v
ReadableStreamBYOBRequest
No documentation available
I
v
ReadableStreamDefaultController
No documentation available
I
ReadableStreamDefaultControllerCallback
No documentation available
I
ReadableStreamDefaultReadDoneResult
No documentation available
I
ReadableStreamDefaultReader
No documentation available
T
ReadableStreamDefaultReadResult
No documentation available
I
ReadableStreamDefaultReadValueResult
No documentation available
I
ReadableStreamErrorCallback
No documentation available
T
ReferrerPolicy
No documentation available
I
v
Request

This Fetch API interface represents a resource request.

T
RequestCache
No documentation available
T
RequestCredentials
No documentation available
T
RequestDestination
No documentation available
T
RequestInfo
No documentation available
I
RequestInit
No documentation available
T
RequestMode
No documentation available
T
RequestRedirect
No documentation available
T
ResizeQuality
No documentation available
I
v
Response

This Fetch API interface represents the response to a request.

I
ResponseInit
No documentation available
T
ResponseType
No documentation available
I
RsaHashedImportParams
No documentation available
I
RsaHashedKeyAlgorithm
No documentation available
I
RsaHashedKeyGenParams
No documentation available
I
RsaKeyAlgorithm
No documentation available
I
RsaKeyGenParams
No documentation available
I
RsaOaepParams
No documentation available
I
RsaOtherPrimesInfo
No documentation available
I
RsaPssParams
No documentation available
v
self
No documentation available
f
setInterval

Repeatedly calls a function , with a fixed time delay between each call.

f
setTimeout

Sets a timer which executes a function once after the delay (in milliseconds) elapses. Returns an id which may be used to cancel the timeout.

I
StructuredSerializeOptions
No documentation available
I
v
SubtleCrypto

This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto).

I
TextDecodeOptions
No documentation available
I
v
TextDecoder
No documentation available
I
TextDecoderOptions
No documentation available
I
v
TextDecoderStream
No documentation available
I
v
TextEncoder
No documentation available
I
TextEncoderEncodeIntoResult
No documentation available
I
v
TextEncoderStream
No documentation available
T
Transferable
No documentation available
I
Transformer
No documentation available
I
TransformStream
No documentation available
I
v
TransformStreamDefaultController
No documentation available
I
TransformStreamDefaultControllerCallback
No documentation available
I
UnderlyingByteSource
No documentation available
I
UnderlyingSink
No documentation available
I
UnderlyingSource
No documentation available
I
v
URL

The URL interface represents an object providing static methods used for creating object URLs.

I
v
URLPattern

The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.

I
URLPatternComponentResult
No documentation available
I
URLPatternInit
No documentation available
T
URLPatternInput
No documentation available
I
URLPatternResult

URLPatternResult is the object returned from URLPattern.exec.

I
v
URLSearchParams
No documentation available
I
VoidFunction
No documentation available
N
WebAssembly
No documentation available
f
WebAssembly.compile

The WebAssembly.compile() function compiles WebAssembly binary code into a WebAssembly.Module object. This function is useful if it is necessary to compile a module before it can be instantiated (otherwise, the WebAssembly.instantiate() function should be used).

c
WebAssembly.CompileError

The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.

f
WebAssembly.compileStreaming

The WebAssembly.compileStreaming() function compiles a WebAssembly.Module directly from a streamed underlying source. This function is useful if it is necessary to a compile a module before it can be instantiated (otherwise, the WebAssembly.instantiateStreaming() function should be used).

T
WebAssembly.Exports
No documentation available
T
WebAssembly.ExportValue
No documentation available
c
WebAssembly.Global

A WebAssembly.Global object represents a global variable instance, accessible from both JavaScript and importable/exportable across one or more WebAssembly.Module instances. This allows dynamic linking of multiple modules.

I
WebAssembly.GlobalDescriptor

The GlobalDescriptor describes the options you can pass to new WebAssembly.Global().

T
WebAssembly.ImportExportKind
No documentation available
T
WebAssembly.Imports
No documentation available
T
WebAssembly.ImportValue
No documentation available
c
WebAssembly.Instance

A WebAssembly.Instance object is a stateful, executable instance of a WebAssembly.Module. Instance objects contain all the Exported WebAssembly functions that allow calling into WebAssembly code from JavaScript.

f
WebAssembly.instantiate

The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.

f
WebAssembly.instantiateStreaming

The WebAssembly.instantiateStreaming() function compiles and instantiates a WebAssembly module directly from a streamed underlying source. This is the most efficient, optimized way to load wasm code.

c
WebAssembly.LinkError

The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

c
WebAssembly.Memory

The WebAssembly.Memory object is a resizable ArrayBuffer or SharedArrayBuffer that holds the raw bytes of memory accessed by a WebAssembly Instance.

I
WebAssembly.MemoryDescriptor

The MemoryDescriptor describes the options you can pass to new WebAssembly.Memory().

c
WebAssembly.Module

A WebAssembly.Module object contains stateless WebAssembly code that has already been compiled by the browser — this can be efficiently shared with Workers, and instantiated multiple times.

I
WebAssembly.ModuleExportDescriptor

A ModuleExportDescriptor is the description of a declared export in a WebAssembly.Module.

I
WebAssembly.ModuleImportDescriptor

A ModuleImportDescriptor is the description of a declared import in a WebAssembly.Module.

T
WebAssembly.ModuleImports
No documentation available
c
WebAssembly.RuntimeError

The WebAssembly.RuntimeError object is the error type that is thrown whenever WebAssembly specifies a trap.

c
WebAssembly.Table

The WebAssembly.Table() object is a JavaScript wrapper object — an array-like structure representing a WebAssembly Table, which stores function references. A table created by JavaScript or in WebAssembly code will be accessible and mutable from both JavaScript and WebAssembly.

I
WebAssembly.TableDescriptor

The TableDescriptor describes the options you can pass to new WebAssembly.Table().

T
WebAssembly.TableKind
No documentation available
f
WebAssembly.validate

The WebAssembly.validate() function validates a given typed array of WebAssembly binary code, returning whether the bytes form a valid wasm module (true) or not (false).

T
WebAssembly.ValueType
No documentation available
I
WebAssembly.WebAssemblyInstantiatedSource

The value returned from WebAssembly.instantiate.

I
v
WebSocket

Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.

I
WebSocketEventMap
No documentation available
I
v
Window
No documentation available
v
window
No documentation available
I
WindowEventMap
No documentation available
I
v
WritableStream

This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.

I
v
WritableStreamDefaultController

This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.

I
I
I
I
v
WritableStreamDefaultWriter

This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.

I
WritableStreamErrorCallback
No documentation available
f
escape

Computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

T
PostMessageOptions

This type has been renamed to StructuredSerializeOptions. Use that type for new code.

f
unescape

Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.