1 2 3 4 5 6 7 8
importScripts('./gzip_for_importScripts.js'); (async()=>{ const fn=await gzip; onmessage=async msg=>{ postMessage(fn(msg.data.bytes,msg.data.level)); } postMessage('ready'); })();