Go library to communicate with the JS Stream API
Go to file
Tracker-Friendly 76f95f834c Add more documentation for Godoc as well as renaming the variables to match with io's 2024-10-25 20:22:15 +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 Add more documentation for Godoc as well as renaming the variables to match with io's 2024-10-25 20:22:15 +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.