1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 11:08:55 +00:00
Files
UXP/dom/workers/test/WorkerDebuggerGlobalScope.createSandbox_debugger.js
T

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);