rayankans opened this issue 7 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(...);