Skip to main content
method WebAssembly.Table.prototype.grow
Table.prototype.grow(delta: number): number
Deprecated

Increases the size of the Table instance by a specified number of elements.

Parameters

delta: number

Return Type

number
Back to top