Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: 🧹

-2
-2
src/pages/engine/queue/_applet.astro
··· 37 37 38 38 async function add(items: Track[]) { 39 39 context.data = await worker.add(transfer(items)); 40 - console.log(context.data); 41 40 } 42 41 43 42 async function pool(items: Track[]) { ··· 46 45 47 46 async function shift() { 48 47 context.data = await worker.shift(); 49 - console.log(context.data); 50 48 } 51 49 52 50 async function unshift() {