sks
sks
CDCloudflare Developers
Created by sks on 6/22/2023 in #general-help
How can I transfer a domain from one Cloudflare account to Another ?
I have a domain on cloudflare. The domain is also registered with cloudflare Registrar. I want to transfer the domain to another cloudflare account. In the docs here https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/manage-domains/move-domain/ it says that i have to transfer the domain to another registrar, away from cloudflare to be able to change the domain zone to a new account. Is there any way it's possible to just switch between cloudflare accounts without going through another registrar. Note: I have access to both cloudflare accounts.
2 replies
CDCloudflare Developers
Created by sks on 1/24/2023 in #workers-help
Global in Workers?
I am creating a Cloudflare workers script, and I have too many scripts, I am having to pass the objects from one to another, and write a lot of complex stuff to just pass the objects, so that they are accessible where ever required. I was wondering if it is possible to use global objects, such as in the browser we have the window object. Are there any such global object in the context of workers ?
14 replies