Fired when a page is removed completely from the browser history.
- If all visits to a single page are removed (for example, using
history.deleteUrl), then this event is fired once. - If a range of visits is removed (for example, using
history.deleteRangeor a browser feature like "Clear Recent History"), then it is fired once for each page whose visits all fall within the cleared range. - If the browser's entire history is cleared (for example, using
history.deleteAll), then it is fired only once.