mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
"use strict";
|
|
|
|
const SANDBOX_URL = "WorkerDebuggerGlobalScope.createSandbox_sandbox.js";
|
|
|
|
var prototype = {
|
|
self: this,
|
|
};
|
|
var sandbox = createSandbox(SANDBOX_URL, prototype);
|
|
loadSubScript(SANDBOX_URL, sandbox);
|