import { main } from '/sw2.js'; self.onmessage = function (e) { console.log(e.data, typeof e.data); main(e.data); }