Closed perangel closed 5 years ago
Adds an new CloudflareWorkerFetchEvent interface which extends the lib.webworker.ts FetchEvent.
It adds support for PassthroughOnException() which allows a worker to "fail open".
see: https://developers.cloudflare.com/workers/reference/apis/fetch-event/
Adds an new CloudflareWorkerFetchEvent interface which extends the lib.webworker.ts FetchEvent.
It adds support for PassthroughOnException() which allows a worker to "fail open".
see: https://developers.cloudflare.com/workers/reference/apis/fetch-event/