Searched refs:loadingErrorMessage (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 1037 var loadingErrorMessage; 1040 …loadingErrorMessage = _this2.l10n.get('invalid_file_error', null, 'Invalid or corrupted PDF file.'… 1042 … loadingErrorMessage = _this2.l10n.get('missing_file_error', null, 'Missing PDF file.'); 1044 …loadingErrorMessage = _this2.l10n.get('unexpected_response_error', null, 'Unexpected server respon… 1046 …loadingErrorMessage = _this2.l10n.get('loading_error', null, 'An error occurred while loading the … 1049 return loadingErrorMessage.then(function (msg) { 1778 …ing_error', null, 'An error occurred while loading the PDF.').then(function (loadingErrorMessage) { argument 1779 PDFViewerApplication.error(loadingErrorMessage, {
|
| D | viewer.js.map | 1 …loadingErrorMessage","msg","filename","err","downloadByUrl","blob","type","error","moreInfoText","…
|