2 Replies
Unsure, what are you trying to do?
i wast trying to implement api in cloudflare worker to generate deviceId but my function uses crypto library and i don't find the same function in cloudflare crypto:
u mean the node js crypto? or the crypto that already have in cloudflare worker?
name = "cloudflare-workers"
main = "src/index.js"
compatibility_date = "2023-07-31"
compatibility_flags = [ "nodejs_compat" ]
i didn't found node:crypto
so it's not in worker currently right?
ok
it's not there i check the page