can someone link me to the list of compatibility dates and what they do?
can someone link me to the list of compatibility dates and what they do?

Workers Paid plan is separate from any other Cloudflare plan (Free, Professional, Business) you may have.




npm create cloudflare@latest my-framework-app -- --type=web-framework --experimentalnpm run deploy// Only default cache can be purged via API
const cache = caches.default;
await cache.put(`https://fake.host/${userId}`, Response.json(userData, {
headers: {
"cache-tag": "user"
// Other headers
}
}));npm create cloudflare@latest my-framework-app -- --type=web-framework --experimentalnpm run deploy