참고소스 수정본
This commit is contained in:
11
참고/playwright-main/tests/assets/cached/bfcached.html
Normal file
11
참고/playwright-main/tests/assets/cached/bfcached.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel='stylesheet' href='./one-style.css'>
|
||||
<div>BFCached</div>
|
||||
<script>
|
||||
window.didShow = new Promise(f => window.addEventListener('pageshow', event => {
|
||||
console.log(event);
|
||||
window._persisted = !!event.persisted;
|
||||
window._event = event;
|
||||
f({ persisted: !!event.persisted });
|
||||
}));
|
||||
</script>
|
||||
Reference in New Issue
Block a user