webgpu / webgpureport.org

A website to show WebGPU info
https://webgpureport.org
49 stars 8 forks source link

Handle cases where SharedWorker is not supported at all #13

Closed beaufortfrancois closed 7 months ago

beaufortfrancois commented 8 months ago

Following https://github.com/webgpu/webgpureport.org/pull/12, I realized SharedWorker was not supported at all on Chrome for Android. This PR handles this case.

image