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

Created on 12 October 2020, over 4 years ago
Updated 26 March 2025, about 1 month ago

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

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

javascript

Created by

πŸ‡ΊπŸ‡ΈUnited States bnjmnm Ann Arbor, MI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024