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:
parent
fe598d1a55
commit
b57d35034c
2 changed files with 0 additions and 57 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue