mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
This removes the following error from the integration test logs: ``` JavaScript error: http://127.0.0.1:59283/build/generic/build/pdf.mjs, line 3879: TypeError: EventTarget.addEventListener: 'signal' member of AddEventListenerOptions is not an object. ``` Fixes 636ff50. Extends 63651885.