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
Optional
message: string
Returns WebAssembly.RuntimeError
- new (message?: string): WebAssembly.RuntimeError
Parameters
Optional
message: string
Returns WebAssembly.RuntimeError
prototype: WebAssembly.RuntimeError