pdf.js/test/unit/clitests.json
Mukul Mishra bbd9968f76 Added sendWithStream method in MessageHandler.
Adds functionality to accept Queueing Strategy in
sendWithStream method. Using Queueing Strategy we
can control the data that is enqueued into the sink,
and hence regulated the flow of chunks from worker
to main thread.

Adds capability in pull and cancel methods.
Adds ready and desiredSize property in streamSink.

Adds unit test for ReadableStream and sendWithStream.
2017-06-07 21:05:27 +05:30

26 lines
533 B
JSON

{
"spec_dir": "build/lib/test/unit",
"spec_files": [
"annotation_spec.js",
"api_spec.js",
"bidi_spec.js",
"cff_parser_spec.js",
"cmap_spec.js",
"crypto_spec.js",
"document_spec.js",
"dom_utils_spec.js",
"evaluator_spec.js",
"fonts_spec.js",
"function_spec.js",
"murmurhash3_spec.js",
"parser_spec.js",
"primitives_spec.js",
"stream_spec.js",
"type1_parser_spec.js",
"ui_utils_spec.js",
"unicode_spec.js",
"util_spec.js",
"util_stream_spec.js"
]
}