[TIMOB-27355] iOS: Support native iOS 13+ JavaScriptCore promises
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2020-12-09T17:28:52.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 10.0.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Christopher Williams |
| Created | 2019-08-25T21:32:26.000+0000 |
| Updated | 2021-05-03T18:32:30.000+0000 |
Description
The [JSCore framework in iOS 13](http://codeworkshop.net/objc-diff/sdkdiffs/ios/13.0/JavaScriptCore.html) offers a great foundation for native promises that could be used internally to replace callbacks natively.
Done at same time as TIMOB-24549