Documentation
¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadCloserToFixedLengthStream ¶
func ReadCloserToFixedLengthStream(rc io.ReadCloser, size int64) js.Value
func ReadCloserToReadableStream ¶
func ReadCloserToReadableStream(reader io.ReadCloser) js.Value
func ReadableStreamToReadCloser ¶
func ReadableStreamToReadCloser(stream js.Value) io.ReadCloser
Types ¶
type ReadableStream ¶
type ReadableStream struct {
// contains filtered or unexported fields
}
func (*ReadableStream) Close ¶
func (sr *ReadableStream) Close() error
Click to show internal directories.
Click to hide internal directories.