Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method WebAssembly.Table.prototype.set

Sets an element stored at a given index to a given value.

Parameters

index: number
value: Function | null