Closed Bug 747628 Opened 12 years ago Closed 12 years ago

Stop using BlobBuilder

Categories

(Firefox :: PDF Viewer, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: Ms2ger, Unassigned)

References

Details

(Whiteboard: [pdfjs-c-other])

The Blob constructor should be used instead.
pdf.js is not only specific to Firefox. Until other browsers support the Blob constructor, BlobBuilder will be needed as a fallback.
That will not help much, as the code I mean is "var bb = new MozBlobBuilder();". See MXR.
Whiteboard: [pdfjs-c-other]
Looks like pdf.js now uses Blob() when available and falls back to MozBlobBuilder().
https://github.com/mozilla/pdf.js/blob/master/src/util.js#L689-L696
Fixed by bug 794101
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.