1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #8617 from mukulmishra18/network-streaming

Adds Streams API support for networking task of PDF.js project.
This commit is contained in:
Yury Delendik 2017-07-27 16:15:06 -05:00 committed by GitHub
commit 343b4dc2b6
9 changed files with 481 additions and 238 deletions

View file

@ -13,7 +13,7 @@
* limitations under the License.
*/
import { PDFNetworkStream } from '../../src/core/network';
import { PDFNetworkStream } from '../../src/display/network';
describe('network', function() {
var pdf1 = new URL('../pdfs/tracemonkey.pdf', window.location).href;