cloudflare
workerd
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into penalosa/workers-types-v5
penalosa/workers-types-v5
6 hours ago
Improve external SDK error message
dominik/fix-workers-py-error
6 hours ago
Fix worker-py version requirement in error message
dominik/fix-workers-py-error
7 hours ago
Release 2026-06-03
main
21 hours ago
Release 2026-06-02
main
2 days ago
types: clarify DispatchNamespace.get does not throw on missing worker The JSDoc for `DispatchNamespace.get` claimed an error would be thrown when the named Worker script does not exist in the dispatch namespace. In practice, `get` always returns a `Fetcher`; the "Worker not found" error is only surfaced when the returned Fetcher's `fetch()` is invoked. A user-facing example on developers.cloudflare.com already documents the workaround (`e.message.startsWith('Worker not found')` inside the fetch try/catch), so the runtime behavior is intentional -- only the JSDoc was misleading. Replace the inaccurate `@throws` line with a note describing the actual behavior and where the error surfaces. Updates `types/defines/wfp.d.ts` plus the corresponding latest/experimental generated snapshots so the docs stay in sync. Fixes #5263 Signed-off-by: LeSingh1 <sshaurya914@gmail.com>
LeSingh1:docs-dispatch-namespace-throws-on-fetch
2 days ago
Merge pull request #6785 from cloudflare/maizatskyi/2026-05-27-upstream 2026 05 27 update
main
2 days ago
Merge branch 'main' into penalosa/workers-types-v5
penalosa/workers-types-v5
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
`@cloudflare/workers-types` v5
#3741
6 hours ago
23e7327
penalosa/workers-types-v5
CodSpeed Performance Gauge
0%
Fix worker-py version requirement in error message
#6796
7 hours ago
fe9b884
dominik/fix-workers-py-error
CodSpeed Performance Gauge
0%
types: clarify DispatchNamespace.get does not throw on missing worker (fixes #5263)
#6765
17 days ago
3910aa5
LeSingh1:docs-dispatch-namespace-throws-on-fetch
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs