Y
Hacker News
new
|
ask
|
show
|
jobs
by
dkdbejwi383
68 days ago
Such as?
1 comments
Xenoamorphous
68 days ago
One I’ve noticed is download/upload progress.
link
jabr
67 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
67 days ago
on the FE?
link
jedwards1211
67 days ago
The streams API exists on the FE, you can pipe an upload or download through a TransformStream to monitor progress
link