Open lawrencecchen opened 6 months ago
Thanks for submitting this. Most people consume this SDK from their backend, but I understand that it's different in your case. Unfortunately we don't have a timeline to support this, but we will send an update when we do.
Most people consume this SDK from their backend
Just to clarify, I'm using nango from my cloudflare workers backend which is missing some node builtins.
But understand that bandwidth is limited -- would a PR here be accepted?
Got it.
Thanks for proposing to contribute, it's much appreciated.
What would be the nature of the contribution?
I'm using Cloudflare Workers/Durable Objects and can't use the nango client libraries due to axios and other uses of
node:crypto
. I've been using a fetch wrapper instead:It would be great if the official library becomes edge compatible as well.