mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-01 20:55:48 +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.