onContextCreationError method

void onContextCreationError(
  1. dynamic event
)

Implementation

void onContextCreationError( event ) {
  console.error( 'THREE.WebGLRenderer: A WebGL context could not be created. Reason: ${event.statusMessage}');
}