Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.
The read-only WebGLActiveInfo.name property represents the name of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
Examples
var activeAttrib = gl.getActiveAttrib(program, index);
activeAttrib.name;
var activeUniform = gl.getActiveUniform(program, index);
activeUniform.name;