Documentation ¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadableStream ¶
type ReadableStream struct {
// contains filtered or unexported fields
}
ReadableStream implements io.ReadCloser for the response body.
func NewReadableStream ¶
func NewReadableStream(stream js.Value) *ReadableStream
func (*ReadableStream) Close ¶
func (b *ReadableStream) Close() error
Click to show internal directories.
Click to hide internal directories.