Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix isWebGPUSupported throwing an error in node (#8070)
BUG While node is not supported, 'isWebGPUSupported' should return false instead of throwing an error. This fixes pose-detection node tests, which use the same files as the browser tests.