David Barkóczi
David Barkóczi
Hi @Mas0nShi , thanks for the feedback. `HTMLAudioElement` has a same `API` as `HTMLMediaElement`, only mozzilla-specific API is a difference if I understand correctly the documentation. https://html.spec.whatwg.org/multipage/media.html#htmlaudioelement (maybe better doing...
> > (maybe better doing this here as well? creating an audio element and that is just extending the Media element? 🤔 ) > > yes, it's my advices, we...
Hi @capricorn86 , thank you for taking care of this repo. Can I ask some hint where is the missing part. I see the error locally as well ``` src/window/Window.ts(256,18):...
With this last "config resolve commit" the history is not too nice, if you need I can try rebasing and creating a new PR with more flat commit history.
Hi @Archon- , did you mean audio HTML element? That is using HTMLMediaElement api like video. I start working on the implementation but be honest, I have very limited time,...
> The HTMLMediaElement interface adds to [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement) the properties and methods needed to support basic media-related capabilities that are common to audio and video. > The [HTMLVideoElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement) and [HTMLAudioElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement) elements...
here is the starting point, I hope I can continue maybe today https://github.com/rudywaltz/happy-dom may be the ideal if you create PR there (if you cannot finish in one round, or...
Can I ask what happened with the repository? looks like no change/fix in the last 2 months.