Remove TextDecoder feature tests

TextDecoder is not required by PDF.js any more, and the wiki entry has been deleted as well:
13ddaa9845...09aac34e58
This commit is contained in:
Rob Wu 2014-08-30 10:55:00 +02:00
parent fe598d1a55
commit b57d35034c
2 changed files with 0 additions and 57 deletions

View file

@ -35,11 +35,6 @@ onmessage = function (e) {
}
postMessage({action: 'xhr', result: responseExists});
break;
case 'TextDecoder':
postMessage({action: 'TextDecoder',
result: typeof TextDecoder !== 'undefined',
emulated: typeof FileReaderSync !== 'undefined'});
break;
}
};