Skip to content

Commit dd874b1

Browse files
authored
Update 2025-08-25-workers-assets-javascript-content-type.mdx
small change
1 parent 93e44c3 commit dd874b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-08-25-workers-assets-javascript-content-type.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
date: 2025-08-25
77
---
88

9-
We updated JavaScript asset responses 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.
9+
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.
1010

1111
This change improves:
1212

0 commit comments

Comments
 (0)