repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git]
/
devtools
/
client
/
netmonitor
/
test
/
html_worker-test-page.html
blob
46f64368a194f2333bb322be2b98be18ca564288
1
<script>
2
/* eslint-disable no-unused-vars */
3
"use strict"
;
4
startWorker
();
5
6
var
w
;
7
function
startWorker
() {
8
startWorkerInner
();
9
}
10
function
startWorkerInner
() {
11
w
=
new
Worker
(
"js_worker-test.js"
);
12
}
13
</script>