frontend-programming-in-go
frontend-programming-in-go copied to clipboard
Introduction to frontend programming in Go (both GopherJS and WebAssembly)
Results
1
frontend-programming-in-go issues
Sort by
recently updated
recently updated
newest added
In your WASM-XHR example at https://github.com/siongui/frontend-programming-in-go/blob/master/wasm/005-xmlhttprequest-xhr/xhr.go#L10, this call is actually using the `Fetch API` under the covers, not XMLHTTPRequest (tested on modern Chromium, FireFox and Safari ... this may have...