method WebAssembly.Table.prototype.set
Jump to headingTable.prototype.set(index: number,value: Function | null,): void
Sets an element stored at a given index to a given value.
Parameters Jump to heading
Jump to headingindex: number
Jump to headingvalue: Function | null
Return Type Jump to heading
void