generated from explainers-by-googlers/template
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hey folks! We're looking at adding progress monitoring to fetch over in whatwg/fetch#1843. Let's figure out a consistent model.
I like the name monitor
used here.
I think we should move away from ProgressEvent
, and leave them to rot in XHR land. Instead, we should use a plain Event
type and move state to the target object.
In terms of naming, we were looking at request
and response
, but download
and upload
seems ok to me. I also support this being downloadprogress
rather than just progress
, although we may have a progress
event for state changes that cover multiple phases.
Metadata
Metadata
Assignees
Labels
No labels