Delay ctx.waitUntil() until fetch() has completed or canceled
Hi! I'm wondering if anyone has a method for delaying the execution of the promise passed into
ctx.waitUntil() until the primary fetch() has completed or canceled?