1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Add fetch stream spec

This commit is contained in:
Mukul Mishra 2019-04-07 02:21:46 +02:00
parent b161050df4
commit 02e46d22d2
2 changed files with 109 additions and 0 deletions

View file

@ -62,6 +62,7 @@ function initializePDFJS(callback) {
'pdfjs-test/unit/encodings_spec',
'pdfjs-test/unit/evaluator_spec',
'pdfjs-test/unit/function_spec',
'pdfjs-test/unit/fetch_stream_spec',
'pdfjs-test/unit/message_handler_spec',
'pdfjs-test/unit/metadata_spec',
'pdfjs-test/unit/murmurhash3_spec',