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:
commit
343b4dc2b6
9 changed files with 481 additions and 238 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue