You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/15 06:36:24 UTC

[GitHub] [incubator-weex] Hanks10100 opened a new pull request #2704: [jsfm] Also enable the promise polyfill on Android

Hanks10100 opened a new pull request #2704: [jsfm] Also enable the promise polyfill on Android
URL: https://github.com/apache/incubator-weex/pull/2704
 
 
   <!-- First of all, thank you for your contribution! 
   
   All PRs should be submitted to master branch -->
   
   <!-- Please follow the template below:
   * If you are going to fix a bug of Weex, check whether it already exists in [Github Issue](https://github.com/apache/incubator-weex/issues). If it exists, make sure to write down the link to the corresponding Github issue in the PR you are going to create.
   * If you are going to add a feature for weex, reference the following recommend procedure:
       1. Writing a email to [mailing list](https://weex.io/guide/contribute/how-to-contribute.html#mailing-list) to talk about what you'd like to do.
       1. Write the corresponding [document](https://weex.io/guide/contribute/how-to-contribute.html#contribute-code-or-document) -->
   
   
   # Brief Description of the PR
   
   Since the internal Promise API may have unpredictable behavior on some legacy Android devices, so using the js polyfill instead (as iOS does).
   
   <!-- # Additional content -->

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services