xxxxxxxxxx
$ pactl list short sources
0 alsa_output.pci-0000_02_02.0.analog-stereo.monitor
1 alsa_input.pci-0000_02_02.0.analog-stereo
pactl set-source-mute 1 toggle
xxxxxxxxxx
// you should really try this:
const images = container.querySelectorAll('img');
images.forEach(async img => {
await fetch(img.getAttribute('src'), { cache: 'no-cache' });
});