HashChangeEvent constructor

HashChangeEvent(
  1. String type, [
  2. HashChangeEventInit? eventInitDict
])

Implementation

factory HashChangeEvent(String type, [HashChangeEventInit? eventInitDict]) =>
    HashChangeEvent._(type, eventInitDict ?? undefined);