Software Engineering

Workers - Content type returned in Workers Assets for Javascript files is now `text/javascript`

Cloudflare Developer Platform Changelog · 2025-08-25

JavaScript asset responses have been updated to use the text/javascript Content-Type header instead of application/javascript . While both MIME types are widely supported by browsers, the HTML Living Standard explicitly recommends text/javascript as the preferred type going forward. This change improves: Standards a...

Feedback