mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
9 lines
215 B
JavaScript
9 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);
|