kwhitley / itty-fetcher

An even simpler wrapper around native Fetch to strip boilerplate from your fetching code!
MIT License
99 stars 4 forks source link

`Blob` is not defined in SvelteKit hook #21

Closed danawoodman closed 2 years ago

danawoodman commented 2 years ago

Getting ReferenceError: Blob is not defined in my SvelteKit hook file now using Node v17.9.1

I will try with node 18, but I believe CF workers will fail with it?

danawoodman commented 2 years ago

So CF doesn't support v18 yet:

image

Wonder if there is anything we can do about this?