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