Skip to content

Commit d34ef3d

Browse files
authored
Update src/content/changelog/workers/2025-08-08-add-waituntil-cloudflare-workers.mdx
1 parent a96cfec commit d34ef3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/changelog/workers/2025-08-08-add-waituntil-cloudflare-workers.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Now, you can import `waitUntil` directly and use it anywhere in your Worker with
1515
```js
1616
import { waitUntil } from "cloudflare:workers";
1717

18-
// helpers.js - can now use waitUntil without requiring ctx as a parameter
1918
export function trackAnalytics(eventData) {
2019
const analyticsPromise = fetch("https://analytics.example.com/track", {
2120
method: "POST",

0 commit comments

Comments
 (0)