mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Feedback about webworkers
This commit is contained in:
parent
e397f66b56
commit
604ea1c95f
@ -626,6 +626,14 @@ define([
|
||||
if (typeof(Symbol) === 'undefined') {
|
||||
Feedback.send('NO_SYMBOL');
|
||||
}
|
||||
|
||||
if (typeof(SharedWorker) === "undefined") {
|
||||
Feedback.send('NO_SHAREDWORKER');
|
||||
}
|
||||
if (typeof(Worker) === "undefined") {
|
||||
Feedback.send('NO_WEBWORKER');
|
||||
}
|
||||
|
||||
Feedback.reportScreenDimensions();
|
||||
Feedback.reportLanguage();
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user