mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +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;
|