blob: 6cd01ab6f826e21f6038d4810b6ca444ad4a62ca (
plain)
1
2
3
4
5
6
|
// The page loaded in the browser is jsreftest.html, which is located in
// js/src/tests. That makes Worker script URLs resolve relative to the wrong
// directory. workerDir is the workaround.
workerDir = (document.location.href.replace(/\/[^/?]*(\?.*)?$/, '/') +
'non262/extensions/');
|