How To Use WebGPU StrorageBuffer?

Does this version of Three.js allow us access to the StrorageBuffer in WebGPU? Is there an example? I want to use the StrorageBuffer to perform some computations in the compute shader and then read it back to the CPU. webgpufundamentals.org has an example of how to do this using raw WebGPU code, but I’m not sure how to do it using Three.js.

The WebGPURenderer compute examples already have this integration:

https://threejs.org/examples/?q=compute#webgpu_compute_particles