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.type property represents the type of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
Examples
var activeAttrib = gl.getActiveAttrib(program, index);
activeAttrib.type;
var activeUniform = gl.getActiveUniform(program, index);
activeUniform.type;