Skip to main content
WebAssembly.Table.prototype.grow - WASM - Web documentation
method WebAssembly.Table.prototype.grow
Table.prototype.grow(delta: number): number

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

Parameters

delta: number

Return Type

number