<p>A recent change seems to have introduced some problems with the website when using it with older browsers, like IE11. Features like searching, add note and query features don't work. Opening the browser console reveals some error messages:</p>
<pre><code>Uncaught TypeError: n.findIndex is not a function
Uncaught TypeError: Cannot read property 'route' of undefined
Unrecognized Content-Security-Policy directive 'worker-src'.
jQuery.Deferred exception: n.findIndex is not a function TypeError: n.findIndex is not a function
</code></pre>
<p>It seems like commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/openstreetmap/openstreetmap-website/commit/48e886784e742ec28e33c32b3a0e0bf7cf6d21e7/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/commit/48e886784e742ec28e33c32b3a0e0bf7cf6d21e7"><tt>48e8867</tt></a> might be at least partly responsible for the errors seen in the console. According to <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex</a> <code>findIndex</code> is not supported in IE11.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/2124">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABWnLW_gZINmZPX54Dk7tx1t1ZT5wOlxks5vINFvgaJpZM4aZGkc">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABWnLSZMBeAXH_xj8qYI-mhmXO-LfqU0ks5vINFvgaJpZM4aZGkc.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/openstreetmap/openstreetmap-website","title":"openstreetmap/openstreetmap-website","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/openstreetmap/openstreetmap-website"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Various parts of website broken in older browsers, errors in console (#2124)"}],"action":{"name":"View Issue","url":"https://github.com/openstreetmap/openstreetmap-website/issues/2124"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/2124",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/2124",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>