check if users have service workers
This commit is contained in:
parent
5f42a9749f
commit
892dfb18f7
@ -703,6 +703,9 @@ define([
|
|||||||
if (typeof(Worker) === "undefined") {
|
if (typeof(Worker) === "undefined") {
|
||||||
Feedback.send('NO_WEBWORKER');
|
Feedback.send('NO_WEBWORKER');
|
||||||
}
|
}
|
||||||
|
if (typeof(ServiceWorker) === "undefined") {
|
||||||
|
Feedback.send('NO_SERVICEWORKER');
|
||||||
|
}
|
||||||
|
|
||||||
Feedback.reportScreenDimensions();
|
Feedback.reportScreenDimensions();
|
||||||
Feedback.reportLanguage();
|
Feedback.reportLanguage();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user