gpuNavigator top-level property

  1. @JS('navigator')
GpuNavigator get gpuNavigator

navigator, for the one property that says whether this browser has WebGPU at all.

Implementation

@JS('navigator')
external GpuNavigator get gpuNavigator;