[Webkit-unassigned] [Bug 23096] version in type attribute of type "application/javascript" should be supported
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 21 13:09:56 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=23096
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
According to the IETF's ECMAScript Media Types Updates as of May 2022, the RFC-4329 is obsolete.
Link - https://datatracker.ietf.org/doc/rfc9239/
StackOverflow - https://stackoverflow.com/questions/876561/when-serving-javascript-files-is-it-better-to-use-the-application-javascript-or
********
The media type registrations herein are divided into two major
categories: (1) the sole media type "text/javascript", which is now
in common usage and (2) all of the media types that are obsolete
(i.e., "application/ecmascript", "application/javascript",
"application/x-ecmascript", "application/x-javascript", "text/
ecmascript", "text/javascript1.0", "text/javascript1.1", "text/
javascript1.2", "text/javascript1.3", "text/javascript1.4", "text/
javascript1.5", "text/jscript", "text/livescript", and "text/
x-ecmascript").
********
I am not sure whether Safari currently support "application/javascript" as of right now but I think based on latest standard, there is no need to add old attribute support.
Can this be marked accordingly? Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220721/7a60fd7b/attachment.htm>
More information about the webkit-unassigned
mailing list