Closed rkorach closed 11 years ago
What is it exactly ? it refers to one of my comment ?
no it was only for me, but you told me once to file an issue even if it was something I was to fix immediately to keep track I was afraid that changing the value of a localstorage variable from different places could be problematic, so I checked closer. But it's not.
It's problematic if you do it in a thread, like callback function but not a problem in a normal flow.
On Wed, Nov 28, 2012 at 3:06 PM, Raphaël Korach notifications@github.comwrote:
no it was only for me, but you told me once to file an issue even if it was something I was to fix immediately to keep track I was afraid that changing the value of a localstorage variable from different places could be problematic, so I checked closer. But it's not.
— Reply to this email directly or view it on GitHubhttps://github.com/moutard/SubZoom-Proto1/issues/127#issuecomment-10803468.
because of asynchronous behavior / you don't know when the changes will be performed?
yes
On Wed, Nov 28, 2012 at 3:31 PM, Raphaël Korach notifications@github.comwrote:
because of asynchronous behavior / you don't know when the changes will be performed?
— Reply to this email directly or view it on GitHubhttps://github.com/moutard/SubZoom-Proto1/issues/127#issuecomment-10804346.
actually it seems necessary, and does not introduce any conflict. No change needed.