When I visit https://browserleaks.com/webgl it shows my driver name under the WebGL Context Info > ANGLE
I want to ask, how does javascript is able to access such info? I thought at first that they are accessing my registry keys, but I changed all the names of my driver in the registry and still was being detected by javascript (old name that I changed)
So if it is not the registry, then how does javascript deal with the OS to inquire about my driver's name?
Thank you guys