CustomEvent constructor

CustomEvent(
  1. String type,
  2. CustomEventInit customEventInit
)

Implementation

CustomEvent(String type, CustomEventInit customEventInit)
    : _customEventInit = customEventInit, super(type, customEventInit);