Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
sources
/
worker-relative-sourcemap.html
blob: 6d6b5d5ba0cee21284a3dff7a401a19ed41a5c4c [
file
] [
log
] [
blame
]
<body>
<script>
const
worker1
=
new
Worker
(
"data:application/javascript;base64,"
+
btoa
(`
console
.
log
(
"Worker"
);
//# sourceMappingURL=worker-relative-sourcemap.js.map
//# sourceURL=worker-relative-sourcemap.js
`));
</script>
</body>