Variable RuntimeError
RuntimeError: {
prototype: WebAssembly.RuntimeError;
(message?: string): WebAssembly.RuntimeError;
new (message?: string): WebAssembly.RuntimeError;
}
prototype: WebAssembly.RuntimeError;
(message?: string): WebAssembly.RuntimeError;
new (message?: string): WebAssembly.RuntimeError;
}
Type declaration
- (message?: string): WebAssembly.RuntimeError
- Parameters- Optionalmessage: string
 - Returns WebAssembly.RuntimeError
- new (message?: string): WebAssembly.RuntimeError
- Parameters- Optionalmessage: string
 - Returns WebAssembly.RuntimeError
 
- prototype: WebAssembly.RuntimeError