Variable GPUUncapturedErrorEvent
GPUUncapturedErrorEvent: {
prototype: GPUUncapturedErrorEvent;
new (
type: string,
gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit,
): GPUUncapturedErrorEvent;
}
prototype: GPUUncapturedErrorEvent;
new (
type: string,
gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit,
): GPUUncapturedErrorEvent;
}
Type declaration
- new (
type: string,
gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit,
): GPUUncapturedErrorEvent Parameters
- type: string
- gpuUncapturedErrorEventInitDict: GPUUncapturedErrorEventInit
Returns GPUUncapturedErrorEvent
- new (
prototype: GPUUncapturedErrorEvent