You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Related deno issue: denoland/deno#28521
The
GPUDevice.lostis implemented here:https://github.com/denoland/deno/blob/2a01ac448273ffe3a4b2774598fab196a2269668/ext/webgpu/device.rs#L596C6-L607
But there is no
lostgetter on the device object actually created.Possibly related issue: #1102