background-fetch
background-fetch copied to clipboard
BackgroundFetchSettledFetches needs a constructor
The backgroundfetched
and backgroundfetchfail
events have init dictionaries that require a sequence of BackgroundFetchSettledFetches
objects. (Note that it's not a sequence right now either.)
However, BackgroundFetchSettledFetches
is not constructable. It should be.
Fixed the sequence thing. https://github.com/WICG/background-fetch/commit/72551c16c0a0ecbbf7372c82b28ab5532030cba7.
Figuring out constructors for BackgroundFetchSettledFetches
and everything it inherits from is a larger task, but yeah, makes sense.