Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34875: change .js mimetype to text/javascript #9678

Closed
wants to merge 3 commits into from

Conversation

MylesBorins
Copy link

@MylesBorins MylesBorins commented Oct 2, 2018

Follow up to #3908

The official recommended mime type of .js in the whatwg HTML spec is "text/javascript" as opposed to "application/javascript" which is what is currently shipping

https://bugs.python.org/issue34875

@@ -0,0 +1,3 @@
Change mimetype for file extension ``.js`` to ``test/javascript``. This is currently the recommended mimetype in the whatwg HTML spec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/test/text/

@asvetlov
Copy link
Contributor

asvetlov commented Oct 3, 2018

The reason for rejecting is described in the bug tracker: https://bugs.python.org/issue34875

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants