check if users have service workers
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user