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

fix: Provide correct mime type for javascript and css #504

Merged
merged 4 commits into from
May 19, 2023

Commits on May 19, 2023

  1. fix: Provide correct mime type for javascript and css

    The correct mimetype for javascript is a requirement when loading javascript modules#
    Artur- authored and deki committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e11700a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d2a74c View commit details
    Browse the repository at this point in the history
  3. fix: provide more accurate result for content type (another try as Fi…

    …les.probeContentType returns null on Lambda)
    deki committed May 19, 2023
    Configuration menu
    Copy the full SHA
    332a8c5 View commit details
    Browse the repository at this point in the history
  4. fix: for 2.0 we return null instead of application/octet-stream if co…

    …ntent type cannot be resolved (as per servlet-api docs), a fix to make probeContentType work in Lambda execution environment is being worked on by the Lambda service team
    deki committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0c0650e View commit details
    Browse the repository at this point in the history