Re: [go-nuts] Calling HTML DOM functions with wasm

2018-08-30 Thread Jannis Andrija Schnitzer
https://gist.github.com/Xjs/d6b879915716dddff486301a169b4c21 works for me. What 
was the exact problem you were having?

J.


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Calling HTML DOM functions with wasm

2018-08-28 Thread Halil Can Kaşkavalcı
I'm trying to create a table. I thought I can call DOM functions with wasm 
but my attempts so far are not fruitful. Can somebody illustrate how to 
call, let's say, insertRow() 
?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.