Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The GPUUncapturedErrorEvent
interface of the WebGPU API is the event object type for the GPUDevice
uncapturederror
event, used for telemetry and to report unexpected errors.
Known error cases should be handled using pushErrorScope()
and popErrorScope()
.