background-fetch
background-fetch copied to clipboard
"If every request in bgFetch’s records has the method `GET`"
Should HEAD
be specialcased as well? Typically that's what Fetch does for these two methods. Perhaps we should even introduce a joint name for them to encourage this.
I'll abstract out to "resumable" & include HEAD
.