Skip to main content
WebAssembly.Table.prototype.get - WASM - Web documentation
method WebAssembly.Table.prototype.get
Table.prototype.get(index: number): Function | null
Accessor function — gets the element stored at a given index.

Parameters

index: number

Return Type

Function | null