Changes between Initial Version and Version 1 of Ticket #34696, comment 5
- Timestamp:
- Jul 7, 2023, 9:17:08 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34696, comment 5
initial v1 2 2 3 3 In this comment: https://bugs.chromium.org/p/chromium/issues/detail?id=1057463#c5 4 A Chrome developer states the values are restored afterthe `pageshow` event: https://developer.mozilla.org/en-US/docs/Web/API/Window/pageshow_event4 A Chrome developer states the values are restored before the `pageshow` event: https://developer.mozilla.org/en-US/docs/Web/API/Window/pageshow_event 5 5 6 6 I'll write a patch to run ` updateCounter` when the `pageshow` event is triggered.