Back to Content

GPUUncapturedErrorEvent: error property

files/en-us/web/api/gpuuncapturederrorevent/error/index.md

latest675 B
Original Source

{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{AvailableInWorkers}}

The error read-only property of the {{domxref("GPUUncapturedErrorEvent")}} interface is a {{domxref("GPUError")}} object instance providing access to the details of the error.

Value

A {{domxref("GPUError")}} object instance.

Examples

See the main GPUUncapturedErrorEvent page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also