apify-client-js
apify-client-js copied to clipboard
Implement streams into KV updates
Currently the KV storages only accepts Buffer or String when you use the library. For big data, it should be handling streams as well. It seems like it is doable by the API.
Yeah, should be. It won't work in the browser, but we can live with that.