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(android): assume application/javascript is not binary #11568

Merged
merged 2 commits into from Mar 30, 2020

Conversation

sgtcoolguy
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-27823

Optional Description:
Android 29+ reports js content mime type as application/javascript. Used to report text/javascript. As a result our blob code that sniffed if it's contents were binary were assuming js files were binary.

@build
Copy link
Contributor

build commented Mar 25, 2020

Messages
📖

💾 Here's the generated SDK zipfile.

📖 ✊ The commits in this PR match our conventions! Feel free to Rebase and Merge this PR when ready.
📖

✅ All tests are passing
Nice one! All 6615 tests are passing.
(There are 699 skipped tests not included in that total)

Generated by 🚫 dangerJS against c4470c4

Copy link
Contributor

@garymathews garymathews left a comment

Choose a reason for hiding this comment

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

CR: PASS

@sgtcoolguy sgtcoolguy merged commit a6ada8a into tidev:master Mar 30, 2020
@sgtcoolguy sgtcoolguy deleted the TIMOB-27823 branch March 30, 2020 14:16
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.

None yet

3 participants