koute / stdweb

A standard library for the client-side Web
Apache License 2.0
3.44k stars 177 forks source link

Media events & related stuff #62

Open emk opened 6 years ago

emk commented 6 years ago

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 6 years ago

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!