Closed tbmale closed 7 months ago
It looks Cloudflare only gained that method last year [1].
You'll need to set the compatibility date for that worker to on or after that date (2023-03-01
)
@johnspurlock-skymethod, thank you, that was it !
Great! Glad you got it working
When I'm using the code at https://codeberg.org/tbmale/afraidlogin deployed to cloudflare, with denoflare, I get an error in cloudflare :
login_response.headers.getSetCookie is not a function or its return value is not iterable
The same code deployed with wrangler works.