jsStreams/README.md

7 lines
524 B
Markdown
Raw Permalink Normal View History

2024-10-25 18:14:53 +01:00
# jsStreams
Go library to communicate with the JS Stream API by bridging the JS ReadableStream object to a Go io.ReaderCloser.
[![Go Report Card](https://goreportcard.com/badge/git.ailur.dev/ailur/jsStreams)](https://goreportcard.com/report/git.ailur.dev/ailur/jsStreams) [![Go Reference](https://pkg.go.dev/badge/git.ailur.dev/ailur/jsStreams.svg)](https://pkg.go.dev/git.ailur.dev/ailur/jsStreams)
The API is pretty self-explanatory - it provides a function to create an io.ReaderCloser from a JS ReadableStream object.