Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

View Source
var DefaultTransport = func() RoundTripper {
	switch {
	case js.Global.Get("fetch") != js.Undefined && js.Global.Get("ReadableStream") != js.Undefined:
		return &fetchTransport{}
	case js.Global.Get("XMLHttpRequest") != js.Undefined:
		return &XHRTransport{}
	default:
		return noTransport{}
	}
}()

Functions

This section is empty.

Types

type XHRTransport

type XHRTransport struct {
	// contains filtered or unexported fields
}

func (*XHRTransport) CancelRequest

func (t *XHRTransport) CancelRequest(req *Request)

func (*XHRTransport) RoundTrip

func (t *XHRTransport) RoundTrip(req *Request) (*Response, error)
?: This menu
/: Search site
f or F: Jump to
y or Y: Canonical URL