WebGLContextEventInit constructor

WebGLContextEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String statusMessage,
})

Implementation

external factory WebGLContextEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String statusMessage,
});