You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I require the crypto library for some functionality, particularly (createCipheriv, createDecipheriv).
Before 0.178.0 I could import directly from the std/node directory, but since that was merged there is no way to import on deno workers.
The node: syntax is not supported on edge workers as it is not a valid url.
Is there any way to make node style imports work on workers?
The text was updated successfully, but these errors were encountered:
I am using deno on supabase for edge functions.
I require the crypto library for some functionality, particularly (createCipheriv, createDecipheriv).
Before 0.178.0 I could import directly from the
std/node
directory, but since that was merged there is no way to import on deno workers.The
node:
syntax is not supported on edge workers as it is not a valid url.Is there any way to make node style imports work on workers?
The text was updated successfully, but these errors were encountered: