PopStateEvent constructor

PopStateEvent(
  1. String type, [
  2. PopStateEventInit? eventInitDict
])

Implementation

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