Skip to main content
method WebAssembly.Table.prototype.get
Table.prototype.get(index: number): Function | null
Deprecated

Accessor function — gets the element stored at a given index.

Parameters

index: number

Return Type

Function | null
Back to top