You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by gruehle Thursday May 23, 2013 at 21:25 GMT Originally opened as adobe#249
When reloading Brackets, there is a short period of time where the old V8 context is still around, but has been detached from the browser. Any calls to our V8 extensions during that time will fail. Previously, this would crash. With this change, we simply ignore the request and return false to signal that we didn't handle the request.
Issue by gruehle
Thursday May 23, 2013 at 21:25 GMT
Originally opened as adobe#249
When reloading Brackets, there is a short period of time where the old V8 context is still around, but has been detached from the browser. Any calls to our V8 extensions during that time will fail. Previously, this would crash. With this change, we simply ignore the request and return
false
to signal that we didn't handle the request.gruehle included the following code: https://github.com/adobe/brackets-shell/pull/249/commits
The text was updated successfully, but these errors were encountered: