Detect phantom tabs using PING in the worker
This commit is contained in:
@@ -613,6 +613,10 @@ define([
|
||||
});
|
||||
});
|
||||
|
||||
ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () {
|
||||
UI.errorLoadingScreen(Messages.timeoutError) // XXX
|
||||
});
|
||||
|
||||
ctx.sframeChan.on('EV_CHROME_68', function () {
|
||||
UI.alert(Messages.chrome68);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user