Memory$Typings extension

on

Properties

buffer Object
An accessor property that returns the buffer contained in the memory.
no setter

Methods

grow(num delta) num
Increases the size of the memory instance by a specified number of WebAssembly pages (each one is 64KB in size).