Windows Smartscreen appears to be blocking the console/debugger when you attempt to edit a worker on
Windows Smartscreen appears to be blocking the console/debugger when you attempt to edit a worker on the web!


All assets on a zone can be purged by using the Purge Everything cache operation. This purge will remove all assets associated with a Cloudflare zone from cache in all data centers regardless of the method set.
To purge an asset globally, you must use the standard cache purge options. Based on cache API implementation, not all cache purge endpoints function for purging assets stored by the Cache API.https://developers.cloudflare.com/cache/how-to/purge-cache/
solved status for question in #workers-help ?{ fetch: Function } (which is what itty-router now looks like), and be done. No need for this bit at all:wrangler dev?Users can review the execution history of their Cron Triggers in Past Cron Events under Logs ↗ but I don't see "Past Cron Events" anywhere for my worker
cacheTtl in cf object in the fetch request, but it doesn't seem to do anything, which I assume is due to it being a POST request (CF-Cache-Status always returns DYNAMIC for this response).
addEventListener('fetch', (event) => {
event.respondWith(router.handle(event.request))
});solved