10:01
2024-01-02
gist.github.com
developer-tools
An iframe that will not reload when mounted on the page again (based on `src`).
The article presents a Vue.js component called `IframeKeepAlive.vue` that prevents iframes from reloading when they are re-mounted on a page by storing iframe instances in a global Map and reusing theβ¦