nuxt-history-state
nuxt-history-state copied to clipboard
PageSpeed Insights warning: unload event
Hello. PageSpeed Insights warning:
https://web.dev/i18n/en/bfcache/#never-use-the-unload-event
window.addEventListener("unload", ( e => {
this._save();
try{
sessionStorage.setItem("nuxt-history-state",tt().compressToUTF16(JSON.stringify([this._page,this._items])))
}catch(e){
console.error("Failed to save to sessionStorage.",e)}}))}}catch(e){console.error("Failed to access to sessionStorage.",e)
}