send feedback if client does not support symbols

This commit is contained in:
ansuz 2017-08-31 18:04:20 +02:00
parent 52019dc763
commit 0302c06d0e

View File

@ -1966,6 +1966,9 @@ define([
feedback("NO_ARRAYFILL"); feedback("NO_ARRAYFILL");
} }
if (typeof(Symbol) === 'undefined') {
feedback('NO_SYMBOL');
}
common.reportScreenDimensions(); common.reportScreenDimensions();
common.reportLanguage(); common.reportLanguage();