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