Skip to content
Discussion options

You must be logged in to vote

Denoflare is meant to author Cloudflare Workers. The Deno global is unavailable on Workers (no access to a file system, process environment etc), and thus not available in Denoflare either. In your case, just pass the api key as a worker text binding, it will then be available in that env parameter to fetch.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@un-focused
Comment options

@johnspurlock-skymethod
Comment options

@un-focused
Comment options

Answer selected by un-focused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants