Y
Hacker News
new
|
ask
|
show
|
jobs
by
timcobb
79 days ago
Fetch can't do a lot of table stakes stuff...
2 comments
paustint
79 days ago
Ok, well have AI write some table stakes for you in 10 minutes with 100% test coverage and only provide exactly what "table stakes" you are missing without any bells and whistles.
link
dkdbejwi383
79 days ago
Such as?
link
Xenoamorphous
78 days ago
One I’ve noticed is download/upload progress.
link
jabr
77 days ago
You’ve been able to do download/upload progress using the Streams API with fetch for more than seven years now.
https://developer.mozilla.org/en-US/docs/Web/API/Streams_API
link
timcobb
77 days ago
on the FE?
link
jedwards1211
77 days ago
The streams API exists on the FE, you can pipe an upload or download through a TransformStream to monitor progress
link