Detect phantom tabs using PING in the worker

This commit is contained in:
yflory
2019-04-15 14:21:04 +02:00
parent ab832643f7
commit 52dbc296ee
4 changed files with 13 additions and 9 deletions

View File

@@ -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);
});