while deploying the project , the build is failling !
while deploying the project , the build is failling !
createCipheriv and createDecipheriv from the nodejs crypto module.
crypto.subtle.encrypt() and crypto.subtle.decrypt().
fromDriver and toDriver. I tried using CryptoJS. Is this possible? This works locally, however I get this error in Cloudflare server logs TypeError: Cannot read properties of undefined (reading 'encrypt')
waitUntil will still get to complete if a worker threw a uncaught exception?npm run dev, I just get a spinning browser tab with no content. Nor do I see any requests come in to my worker in the terminal (other workers show the URI + HTTP code when requests come in.) Repro:npm create cloudflare@latest -- test-workercd test-workernpm run devnpm run dev runs locally so any problem with CF should be unrelatedcreateCipheriv and works poerfectly, but unfortunately that’s not supported in Cloudflare



headless: true in the browser creation in ec2. But from what it looks like Cloudflare should be defaulting headless. Has anyone seen this issue and found a way to work around it? I'm logging out the browser version and seeing Chrome/120.0.6099.321 , so maybe it's not headless (or it could be "new" headless, we're likely using old headless on ec2). Update I was able to hack this by using an evaluate call to set overflow hidden on html, but would love a better solution.@cloudflare/vitest-pool-workers: As of 0.5.33 the AbortSignal support has now been added and released, was pretty interesting and fun to work on and hopefully this helps others that are wanting to test their workers correctly handle these 


createCipherivcreateCipherivcreateDecipherivcryptocrypto.subtle.encrypt()crypto.subtle.decrypt()fromDrivertoDriverTypeError: Cannot read properties of undefined (reading 'encrypt')npm run devnpm run devnpm run devnpm create cloudflare@latest -- test-workercd test-workerheadless: trueChrome/120.0.6099.321@cloudflare/vitest-pool-workers0.5.33AbortSignal