How to get the video card driver name using javascript browser side?
问题 I want to get a string like: Intel Open Source Technology Center Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) Only using javascript on the browser. I know that a library from augur.io can find that value but I need a open source solution or to know what js method can be used. 回答1: You can use WebGL's WEBGL_debug_renderer_info extension. Though (a) the user might not have WebGL and (b) the extension might not be available depending on the browser. function getVideoCardInfo() { const gl =