dennwc / dom

DOM library for Go and WASM
Apache License 2.0
486 stars 59 forks source link

Make position a real string, when passed to syscall/js #31

Closed miketonks closed 5 years ago

miketonks commented 5 years ago

Sorry another update, it seems syscall/js doesn't like the Position type, we need to convert to string.