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 GPUDeviceLostInfo
interface of the WebGPU API represents the object returned when the GPUDevice.lost
Promise
resolves. This provides information as to why a device has been lost.
See the GPUDevice.lost
page for more information about "lost" state.