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
WebGPU GPUQuerySet and GPUCompilationMessage objects have a type property. Because type is a Rust reserved word, it is not possible to declare a getter for this property directly, and because of denoland/deno_core#1142, it is not possible to declare it with the raw identifier r#type. For now, I am defining a custom getter for this property in Javascript.