mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
3 lines
138 B
JavaScript
3 lines
138 B
JavaScript
w = new Worker("rsf_csp_worker.js");
|
|
// use the handler function in test_require-sri-for_csp_directive.html
|
|
w.onmessage = parent.handler;
|