In MobileFrontend, file resources/mobile.categories.overlays/CategoryOverlay.js:
data.query.pages.forEach(function (page) {
It does forEach on map (introduced in: https://gerrit.wikimedia.org/r/#/c/345257/ )
However, this is not supported in Firefox causing TypeError: data.query.pages.forEach is not a function