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