mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-28 11:15:49 +02:00
There's a few spots where we check if something is either undefined or if its length is zero, which can be simplified by instead using optional chaining.