Searched refs:disableAutoFetch (Results 1 – 6 of 6) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 9985 if (typeof params.disableAutoFetch !== 'boolean') { 9986 params.disableAutoFetch = false; 10066 disableAutoFetch: source.disableAutoFetch, property 11895 disableAutoFetch: params.disableAutoFetch, property
|
| D | pdf.worker.js | 373 var disableAutoFetch = source.disableAutoFetch || fullRequest.isStreamingSupported; 378 disableAutoFetch: disableAutoFetch, property 11535 disableAutoFetch: args.disableAutoFetch, property 11960 this.disableAutoFetch = args.disableAutoFetch; 12285 if (!this.disableAutoFetch && (0, _util.isEmptyObj)(this.requestsByChunk)) {
|
| D | pdf.js.map | 1 …disableAutoFetch","maxImageSize","disableFontFace","disableCreateObjectURL","docBaseUrl","nativeIm…
|
| D | pdf.worker.js.map | 1 …disableAutoFetch","msgHandler","password","length","rangeChunkSize","loaded","flushChunks","pdfFil…
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 1178 …var disableAutoFetch = this.pdfDocument ? this.pdfDocument.loadingParams['disableAutoFetch'] : _ap… 1180 if (disableAutoFetch && percent) { 4329 disableAutoFetch: { property
|
| D | viewer.js.map | 1 …disableAutoFetch","clearTimeout","load","firstPagePromise","pageLayoutPromise","pageModePromise","…
|