Sign in
chromium
/
devtools
/
devtools-frontend
/
2efbb1b8024a35b4fa4dfc2422d0b97582c96fc0
/
.
/
node_modules
/
workerpool
/
examples
/
embeddedWorker
/
app.html
blob: 7e93b4150e198f135a56ba11d7d68ab12ca5f8de [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<meta
charset
=
"utf-8"
>
<head>
<title>
Worker pool with an embedded worker
</title>
<script
src
=
"dist/app.bundle.js"
></script>
</head>
<body>
</body>
</html>