#Is there a way to add preload="none" to audio tags
3 messages · Page 1 of 1 (latest)
doubt tbh
my wiki uses a script, it's not that big and I took it from another, independent wiki
ah, I tried JavaScript, but the sound was loaded in the brief moment before the .js file was applied.
Since the goal is to reduce data usage, this result is not sufficient.
audio.setAttribute('preload', 'none');
});```