v6.0.1
Patch Changes
- 
#214
c7b190aThanks @trevor-scheer! - Fix bug in Cloudflare Worker usage where we try to call the.raw()method on its response headers object when it doesn't exist.For some reason, the Cloudflare Worker's global
fetchHeadersListobject is passing the instanceof check againstnode-fetch'sHeadersclass, but it doesn't have the.raw()method we expect on it. To be sure, we can just make sure it's there before we call it.