PopStateEvent constructor

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

Implementation

external factory PopStateEvent(
  String type, [
  PopStateEventInit eventInitDict,
]);