Home
last modified time | relevance | path

Searched refs:fetchAsync (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js13060 return this.xref.fetchAsync(ref).then(function (obj) {
13742 xref.fetchAsync(currentNode).then(function (obj) {
13840 return xref.fetchAsync(kidRef).then(function (node) {
13885 kidPromises.push(xref.fetchAsync(kid).then(function (kid) {
15281 return _context.abrupt("return", this.fetchAsync(obj, suppressEncryption));
15297 fetchAsync: function () {
15324 return _context2.abrupt("return", this.fetchAsync(ref, suppressEncryption));
15334 function fetchAsync(_x3, _x4) { function
15338 return fetchAsync;
Dpdf.worker.js.map1fetchAsync(ref).then((obj) => {\n // Ensure that the object that was found is actually a Page…