Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2024 Changes in this version + func DialHost(ctx context.Context) (net.Conn, error) — js/wasm + type ChannelReader struct + func NewChannelReader(source <-chan []byte, cancelFn context.CancelFunc) *ChannelReader + func (listener *ChannelReader) Close() error + func (listener *ChannelReader) Read(b []byte) (n int, err error)