-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for edge runtimes like cloudflare workers, vercel edge, deno etc #825
Comments
I would love to support Edge runtimes! Do you have a solid way of detecting a package that doesn't support it? |
Not really, I think the easiest is just to use So far I've learned that:
|
Do you have an example code snippet for |
This is the started wrangler which fails on |
Ah gotcha, so its failing on |
|
@cosbgn I know it's been a while, but a few things have changed so I think we might be in good shape now:
Are you still blocked on this? |
Hey @kanadgupta I moved to a different setup because it was incompatible so I'm not using or blocked by this. This said it's great if you get it to work on the edge, I might revisit it again soon. |
As a feature request, it would be amazing if this library could work on
cloudflare workers
,deno
,vercel-edge
,netlify-edge
and other edge runtimes.These runtimes are gaining a lot of popularity lately, but unfortunately can't be used with this library. I guess this is also due to dependancies like
ajv
, but there are some edge ready alternatives like@cfworker/json-schema
.Thanks for considering it.
The text was updated successfully, but these errors were encountered: