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