1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Add more categories of unsupported features.

Fixes #11815
This commit is contained in:
Brendan Dahl 2020-04-30 15:27:37 -07:00
parent b6f69d47b6
commit b1be33c96f
4 changed files with 32 additions and 14 deletions

View file

@ -559,7 +559,7 @@ var WorkerMessageHandler = {
// For compatibility with older behavior, generating unknown
// unsupported feature notification on errors.
handler.send("UnsupportedFeature", {
featureId: UNSUPPORTED_FEATURES.unknown,
featureId: UNSUPPORTED_FEATURES.errorOperatorList,
});
sink.error(reason);