79316682

Date: 2024-12-30 02:34:42
Score: 1
Natty:
Report link

just add the load function like this

const audio = document.createElement('audio')
audio.addEventListener('canplay',event=>{
console.log(`event:`,event)
})
audio.load()
document.body.appendChild(audio)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vyron