Go library to communicate with the JS Stream API
Go to file
Tracker-Friendly 47970e0051 Added the vice-versa conversions; you can now translate io.Readers into JS streams. 2024-10-26 17:05:29 +01:00
tests Added the vice-versa conversions; you can now translate io.Readers into JS streams. 2024-10-26 17:05:29 +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 Added the vice-versa conversions; you can now translate io.Readers into JS streams. 2024-10-26 17:05:29 +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.