-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I'd like to use adyen nodejs library in edge runtimes, for example Vercel (Next.js). Unfortunately, some functions in Adyen nodejs library cannot be used in edge runtimes. For instance, node:crypto
package is not available and global crypto should be used instead.
Describe the solution you'd like
Make sure all apis are compatible with edge runtimes (Web API).
Additional context