mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 19:28:40 +09:00
5 lines
182 B
HTML
5 lines
182 B
HTML
<script>
|
|
w = new Worker("rsf_csp_worker.js");
|
|
// use the handler function in the parent frame (test_require-sri-for_csp_directive.html)
|
|
w.onmessage = parent.handler;
|
|
</script>
|