We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GPUUncapturedErrorEvent
bootstrap.js
1 parent 1241bb0 commit 495df81Copy full SHA for 495df81
cts_runner/src/bootstrap.js
@@ -223,6 +223,7 @@ const windowOrWorkerGlobalScope = {
223
GPUInternalError: util.nonEnumerable(webgpu.GPUInternalError),
224
GPUValidationError: util.nonEnumerable(webgpu.GPUValidationError),
225
GPUOutOfMemoryError: util.nonEnumerable(webgpu.GPUOutOfMemoryError),
226
+ GPUUncapturedErrorEvent: util.nonEnumerable(webgpu.GPUUncapturedErrorEvent),
227
};
228
229
windowOrWorkerGlobalScope.console.enumerable = false;
0 commit comments