Files
puppeteer/test/assets/cached/bfcache/worker-iframe.html
2024-02-16 08:14:17 +00:00

5 lines
95 B
HTML

<!DOCTYPE html>
<script>
const worker = new Worker('worker.mjs', {type: 'module'})
</script>