alpha
Login
or
Join now
tokono.ma
/
diffuse-applets
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Experiment to rebuild Diffuse using web applets.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: 🧹
author
Steven Vandevelde
date
11 months ago
(Jul 12, 2025, 10:57 AM +0200)
commit
781841f9
781841f94941ca20093d3b345603c45fbe346bdf
parent
2cef6867
2cef6867c7557c9465e66adf9a0dec6e645e2fae
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
pages
engine
queue
_applet.astro
-2
src/pages/engine/queue/_applet.astro
Reviewed
···
37
37
38
38
async function add(items: Track[]) {
39
39
context.data = await worker.add(transfer(items));
40
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
49
-
console.log(context.data);
50
48
}
51
49
52
50
async function unshift() {