workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Adds support for using the native `node:tty`, `node:repl`, `node:readline`, `node:inspector`, `node:v8`, and `node:dgram` modules from workerd when available, following the pattern established in previous module conversion PRs. This is part...
Previously, the unenv-preset always used a polyfill for perf_hooks, which was provided in the unenv libray. This polyfill used sniffing of the `performance.addEventListener` method to determine if the environment supported...
wip --- - Tests - [ ] Tests included - [ ] Tests not necessary because: - Public documentation - [ ] Cloudflare docs PR(s): - [ ] Documentation not...
### Describe the solution Having a GeoSpatial plugin for Cloudflare D1 would fill a quite significant capability gap vs a cloud-hosted PostgreSQL or even SQLite database. It would also allow...
### Describe the solution ## Problem Statement Currently, there's no practical way to upload Worker code and environment variables/secrets together in a single atomic operation with `wrangler versions upload`. This...
### Describe the solution Similar to https://github.com/cloudflare/workers-sdk/issues/2410, when we are building a worker, sometimes we want to know the URL of where it will be deployed while building it. For...
Expands the existing backport PR #11138 (which backported PR #11135) to also include the changes from PR #11346, which turns on tail-based logging by default for `wrangler dev --remote`. ##...
**Issue**: When running `wrangler dev` with a worker that has cron triggers, the warning message displayed an invalid URL like `curl "http://localhost:undefined/cdn-cgi/handler/scheduled"` because the port wasn't yet determined when the...
Fixes 9997. _Describe your change..._ --- - Tests - [ ] Tests included - [ ] Tests not necessary because: - Public documentation - [ ] Cloudflare docs PR(s): -...
### What versions & operating system are you using? ``` System: OS: Linux 6.14 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat) CPU: (88) x64 Intel(R) Xeon(R) w9-3575X Memory: 202.60 GB...