mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #11029 from brendandahl/pdfjs-telemetry-update
[api-minor] Update telemetry to use 'categorical' histograms.
This commit is contained in:
commit
e0b38bed3c
3 changed files with 27 additions and 25 deletions
|
@ -696,7 +696,7 @@ class Parser {
|
|||
return new CCITTFaxStream(stream, maybeLength, params);
|
||||
}
|
||||
if (name === 'RunLengthDecode' || name === 'RL') {
|
||||
xrefStreamStats[StreamType.RL] = true;
|
||||
xrefStreamStats[StreamType.RLX] = true;
|
||||
return new RunLengthStream(stream, maybeLength);
|
||||
}
|
||||
if (name === 'JBIG2Decode') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue