tink_web icon indicating copy to clipboard operation
tink_web copied to clipboard

Support RealSource #56 (sort of)

Open kevinresol opened this issue 6 years ago • 1 comments

One problem is that ResponseReader forces me to return a Promise, so the return value of proxy.streaming() is Promise<RealSource>. Ideally it should be just RealSource I think.

kevinresol avatar Apr 28 '19 15:04 kevinresol

Looks adequate ;)

back2dos avatar Apr 29 '19 04:04 back2dos