Versions in this module Expand all Collapse all v0 v0.0.1 Mar 14, 2026 Changes in this version + func Fetch(url string, options Options) <-chan Result — js/wasm + func ReturnChannel(ch <-chan Result) — js/wasm + type Options struct — js/wasm + Body interface{} + Headers map[string]interface{} + Method string + type Resource struct — js/wasm + func UseFetch(url string, options ...Options) Resource + func (r Resource) Get() State + func (r Resource) Refetch() + type Result struct — js/wasm + Data interface{} + Err error + type State = runtime.FetchState — js/wasm Other modules containing this package github.com/monstercameron/GoWebComponents/v4