WebAssembly |
CustomEvent | |
ErrorEvent | |
Performance | |
PerformanceEntry | Encapsulates a single performance metric that is part of the performance
timeline. A performance entry can be directly created by making a performance
mark or measure (for example by calling the |
PerformanceMark |
|
PerformanceMeasure |
|
PromiseRejectionEvent | |
WebAssembly.CompileError | The |
WebAssembly.Global | A |
WebAssembly.Instance | A |
WebAssembly.LinkError | The |
WebAssembly.Memory | The |
WebAssembly.Module | A |
WebAssembly.RuntimeError | The |
WebAssembly.Table | The |
Worker |
console | |
performance |
clearInterval | Cancels a timed, repeating action which was previously started by a call
to |
clearTimeout | Cancels a scheduled action initiated by |
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. |
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. |
setInterval | Repeatedly calls a function , with a fixed time delay between each call. |
setTimeout | Sets a timer which executes a function once after the timer expires. Returns an id which may be used to cancel the timeout. |
WebAssembly.compile | The |
WebAssembly.compileStreaming | The |
WebAssembly.instantiate | The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code. |
WebAssembly.instantiateStreaming | The |
WebAssembly.validate | The |
CustomEventInit | |
PerformanceMarkOptions | |
PerformanceMeasureOptions | |
WebAssembly.GlobalDescriptor | The |
WebAssembly.MemoryDescriptor | The |
WebAssembly.ModuleExportDescriptor | A |
WebAssembly.ModuleImportDescriptor | A |
WebAssembly.TableDescriptor | The |
WebAssembly.WebAssemblyInstantiatedSource | The value returned from |