PopStateEvent
PopStateEvent is an event handler for the popstate event on the window.
var PopStateEvent: {
prototype: PopStateEvent;
new (type: string, eventInitDict?: PopStateEventInit): PopStateEvent;
};PopStateEvent is an event handler for the popstate event on the window.