[TIMOB-26184] iOS: Timer functions can not be re-assigned
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-08-24T17:22:41.000+0000 |
| Affected Version/s | Release 7.2.0 |
| Fix Version/s | Release 7.5.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Jan Vennemann |
| Created | 2018-07-05T13:42:27.000+0000 |
| Updated | 2018-10-22T11:48:09.000+0000 |
Description
The callbacks for timing function like
setTimeout or setInterval are bound with the readonly flag and can not be reassigned. This is contradictory to other JS environments like the Web or Node where this is very much possible.
PR: https://github.com/appcelerator/titanium_mobile/pull/10155
*Closing ticket.* Verified fix in SDK version
7.5.0.v20181018133006. Timing functions like setTimeout or setInterval are now set as writable. *Test Environment*