Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The GPU interface of the WebGPU API is the starting point for using WebGPU. It can be used to return a GPUAdapter from which you can request devices, configure features and limits, and more.
The GPU object for the current context is accessed via the Navigator.gpu or WorkerNavigator.gpu properties.