Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292158

Replace Array.prototype.forEach.call usages that aren't needed

$
0
0

Problem/Motivation

There are many uses of Array.prototype.forEach.call(someQueryResult, ...) that could have simply been someQueryResult.forEach() were it not necessary to support IE11.

Steps to reproduce

Proposed resolution

Replace the IE11 workaround with direct calls to NodeList.forEach

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 292158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>