Go library to communicate with the JS Stream API
Go to file
Tracker-Friendly 18bd0a477a Made the close functions actually idempotent 2024-10-25 20:28:25 +01:00
tests Added test files, added support for WritableStreams, made it work more than once, made it work with io.ReadAll 2024-10-25 19:07:13 +01:00
.gitignore Add gitignore 2024-10-25 18:15:01 +01:00
LICENSE.md Initial commit 2024-10-25 18:14:53 +01:00
README.md Initial commit 2024-10-25 18:14:53 +01:00
go.mod Initial commit 2024-10-25 18:14:53 +01:00
main.go Made the close functions actually idempotent 2024-10-25 20:28:25 +01:00

README.md

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.