pdf.js/test/stats
Jonas Jenwald 24a688d6c6 Convert some usage of indexOf to startsWith/includes where applicable
In many cases in the code you don't actually care about the index itself, but rather just want to know if something exists in a String/Array or if a String starts in a particular way. With modern JavaScript functionality, it's thus possible to remove a number of existing `indexOf` cases.
2019-01-18 17:57:41 +01:00
..
results cleaned whitespace 2015-02-17 11:07:37 -05:00
statcmp.js Convert some usage of indexOf to startsWith/includes where applicable 2019-01-18 17:57:41 +01:00