background-fetch
background-fetch copied to clipboard
Rename downloadTotal to something like totalResourceBytes
This helps to clarify that it refers to the size of the data, not the size of the data down the wire (which could be encoded) or size on disk (which could vary with file systems).
This was suggested to be more inclusive of uploads. On second thought however, the user agent can just calculate the size of the uploads, and it isn't something we need to ask the developer to specify. So downloadTotal is fine as is. WDYT?