You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// disable bfcachetry{varbfWorker=newWorker(window.URL.createObjectURL(newBlob(['1'])));window.addEventListener('unload',function(){// 这里绑个事件,构造一个闭包,以免 worker 被垃圾回收导致逻辑失效bfWorker.terminate();});}catch(e){// if you want to do something here.}
LeuisKen/leuisken.github.io#6 这篇文章属于硬核型,分析了 chrome内科原码,然后给出解决方案。
具体是否可行,需要去尝试下。
The text was updated successfully, but these errors were encountered: