Live demo sandbox still points to detect-gpu@3.0.0
See original GitHub issueHi @drcmda, I’ve published NPM version 3.1.0 now that the test suite has been fixed.
Is it possible to update the dependency in the demo sandbox in-place (so that the link stays the same)?
Alternatively users could use https://pmndrs.github.io/detect-gpu/ for now (index.html
in the repo).
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another option is to make this use this precision float thingy a widespread thing as I recently noticed that Firefox will disable the vendor/gpu extension for webgl when you have
privacy.resistFingerprinting
enabled and thus will result in fallback.I’ve published a patch 3.1.1 which makes sure that if
type: "FALLBACK"
is rendered the GPU string (both parsed and unparsed) is returned. That way we can more easily catch edge cases.