method WebAssembly.Table.prototype.setTable.prototype.set(index: number,value: Function | null,): voidDeprecatedSets an element stored at a given index to a given value. Parametersindex: numbervalue: Function | nullReturn Typevoid