GPUError

sealed interface GPUError(source)

The GPUError interface of the WebGPU API is the base interface for errors surfaced by GPUDevice.popErrorScope and the GPUDevice.uncapturederror_event event. Available only in secure contexts.

MDN Reference

Inheritors

Properties

Link copied to clipboard
open val message: String

The message read-only property of the A string.