Consequently, the attributes must be repeated to take effect.
var canvas = document.createElement( 'canvas' );
var context = canvas.getContext( 'webgl2', { alpha: true } );
renderer = new THREE.WebGLRenderer( { canvas: canvas, context: context, alpha: true } );
Consequently, the attributes must be repeated to take effect.