respondWith
The respondWith()
method of FetchEvent prevents the browser's default fetch handling, and allows you to provide a promise for a Response yourself.
The respondWith()
method of FetchEvent prevents the browser's default fetch handling, and allows you to provide a promise for a Response yourself.