Skip to content

Commit c1853b5

Browse files
committed
"text/javascript" is the correct mime type; "application/javascript" is obsolete (issue #710)
1 parent 1a4352f commit c1853b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
<body>
1010
<release version="3.11.0" date="February xx, 2024" description="Bugfixes">
11+
<action type="update" dev="rbri" issue="#710">"
12+
Detection and reporting of obsolete mime types for javascript files has changed to be in
13+
sync with the spec and the current practice.
14+
"text/javascript" is the correct; "application/javascript" is reported as obsolete.
15+
</action>
1116
<action type="fix" dev="rbri">
1217
neko: AbstractDOMParser fix an old bug in the (optimized) handling of text nodes
1318
during dom construction - in some cases parts of the text got lost.

0 commit comments

Comments
 (0)