1 2 3 4 5 6 7 8
importScripts('./gunzip_for_importScripts.js'); (async()=>{ const gunzip=await fns; onmessage=async msg=>{ postMessage(gunzip(msg.data)); } postMessage('ready'); })();