peter.sh icon indicating copy to clipboard operation
peter.sh copied to clipboard

BackgroundFetchSettledEvent JS error

Open rayankans opened this issue 6 years ago • 0 comments

In the new version of the spec, getting the fetches from the event returns a Promise.

event.fetches.forEach(...)

should become something like

(await event.fetches.values()).forEach(...);

rayankans avatar May 31 '18 16:05 rayankans