ErrorEventInit constructor

ErrorEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String message,
  5. String filename,
  6. int lineno,
  7. int colno,
  8. JSAny? error,
})

Implementation

external factory ErrorEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String message,
  String filename,
  int lineno,
  int colno,
  JSAny? error,
});