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

Wrong MIME type warning #12

Closed
Farigh opened this issue Aug 2, 2020 · 0 comments · Fixed by #11
Closed

Wrong MIME type warning #12

Farigh opened this issue Aug 2, 2020 · 0 comments · Fixed by #11
Labels
bug Something isn't working
Milestone

Comments

@Farigh
Copy link
Owner

Farigh commented Aug 2, 2020

The debug console of the web-browser displays the following warning:

The script from "a-report.html.part" was loaded even though its MIME type ("application/octet-stream") is not a valid JavaScript MIME type. [Learn More]

This warning seems to be issued because the .part extension is not part of the common MIME types list.

@Farigh Farigh added the bug Something isn't working label Aug 2, 2020
@Farigh Farigh added this to the v1.1 milestone Aug 2, 2020
Farigh added a commit that referenced this issue Aug 2, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
Farigh added a commit that referenced this issue Aug 3, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
Farigh added a commit that referenced this issue Aug 3, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
Farigh added a commit that referenced this issue Aug 3, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
Farigh added a commit that referenced this issue Aug 4, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
Farigh added a commit that referenced this issue Aug 4, 2020
The browser debug console did output the following warning:
    The script from "a-report.html.part" was loaded even though its
    MIME type ("application/octet-stream") is not a valid JavaScript
    MIME type.[Learn More]

This warning was issued because the `.part` extension is not part of
the common MIME types list.

The HTML parts are now named `.html.part.js` to avoid this problem

Fixes issue #12
@Farigh Farigh closed this as completed Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant