CloseEventInit constructor

CloseEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. bool wasClean,
  5. int code,
  6. String reason,
})

Implementation

external factory CloseEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  bool wasClean,
  int code,
  String reason,
});