koute/stdweb

Media events & related stuff

Opened this issue · 1 comments

emk commented

Wow, stdweb is looking really amazing! I'm impressed at how quickly this has developed, and I've been enjoying experimenting with *.wasm code for "headless" computational tasks. But I'd like to try and port over one of my HTML-related media projects, possibly using a framework like yew.

To do this, I would need the HTML media events, and probably some related stuff, such as methods and properties on <video> and <audio>. I'd like to try my hand at it.

Would you be interested in a PR? Any advice for anybody who wants to just dive in?

koute commented

Would you be interested in a PR?

Of course!

Any advice for anybody who wants to just dive in?

Hmm... well, I guess look at how our already existing bindings are made and make yours similar? If you have any questions feel free to ask!