Feedback about webworkers
This commit is contained in:
@@ -626,6 +626,14 @@ define([
|
|||||||
if (typeof(Symbol) === 'undefined') {
|
if (typeof(Symbol) === 'undefined') {
|
||||||
Feedback.send('NO_SYMBOL');
|
Feedback.send('NO_SYMBOL');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (typeof(SharedWorker) === "undefined") {
|
||||||
|
Feedback.send('NO_SHAREDWORKER');
|
||||||
|
}
|
||||||
|
if (typeof(Worker) === "undefined") {
|
||||||
|
Feedback.send('NO_WEBWORKER');
|
||||||
|
}
|
||||||
|
|
||||||
Feedback.reportScreenDimensions();
|
Feedback.reportScreenDimensions();
|
||||||
Feedback.reportLanguage();
|
Feedback.reportLanguage();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user