inertia
inertia copied to clipboard
[2.x] Take over scroll restoration from browser
This PR switches the browser's scroll restoration into manual mode, taking the process over from the browser.
We're doing this primarily because of history encryption, as the process is async and we don't know how long it will take, we can then manually restore the document's scroll position whenever decryption has finished.