jsStreams/README.md

524 B

jsStreams

Go library to communicate with the JS Stream API by bridging the JS ReadableStream object to a Go io.ReaderCloser.

Go Report Card Go Reference

The API is pretty self-explanatory - it provides a function to create an io.ReaderCloser from a JS ReadableStream object.