This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
950cbf73f8
puppeteer
/
test
/
assets
/
cached
/
bfcache
/
worker-iframe.html
5 lines
95 B
HTML
Raw
Normal View
History
Unescape
Escape
test: do not use quirks mode for test files (#11930)
2024-02-16 08:14:17 +00:00
<!DOCTYPE html>
fix: handle missing detach events for restored bfcache targets (#10967)
2023-09-21 09:13:12 +00:00
<
script
>
const worker = new Worker('worker.mjs', {type: 'module'})
<
/
script
>
Reference in New Issue
Copy Permalink