How can I instantiate a FetchEvent in my test?
Hi! I'm testing my Service Worker library that accepts a
My compiler options are:
Deno version:
Thank you!
May 7 edit: Also asked on StackOverflow now.
FetchEvent as an input. In my tests of that library, I want to instantiate a FetchEvent to test it, but I'm gettingerror: ReferenceError: FetchEvent is not definedinstead.
My compiler options are:
Deno version:
Thank you!
May 7 edit: Also asked on StackOverflow now.
