[WebGPU] Buffer synchronization is implemented incorrectly leading to data races between the CPU and GPU Specifically, calling GPUCommandEncoder.copyXToBuffer() and then mapping the buffer contents returns the pointer, but the copy command may still be in flight. This leads to data races
<rdar://problem/117869389>
Pull request: https://github.com/WebKit/WebKit/pull/19938
Committed 270195@main (1ab3947e3854): <https://commits.webkit.org/270195@main> Reviewed commits have been landed. Closing PR #19938 and removing active labels.