Which browsers have a back-forward cache? (a bfcache keeps modifications to DOM)
问题 Which browsers nowadays support a back-forwards cache (bfcache)? A back-forwards cache is a browser's in-memory cache that is used when a user clicks the back button and the forward button. It stores the state of the page as it was when the user navigated away, so any changes made to the DOM should be loaded instantly. Note that this is different from the normal caching mechanisms that all browsers have. A bfcache applies specifically when a user clicks the back button, and can handle dynamic