puppeteer/test/assets/cached/bfcache/worker-iframe.html

5 lines
95 B
HTML

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