summaryrefslogtreecommitdiffstats
path: root/dom/security/test/sri/rsf_spawn_CSPd_worker.js
blob: 652c77100acc55c8121cc3b761268f64d6969cf3 (plain)
1
2
3
w = new Worker("rsf_csp_worker.js");
// use the handler function in test_require-sri-for_csp_directive.html
w.onmessage = parent.handler;