Page MenuHomePhorge

Remove janky array copying workaround for IE8
Needs ReviewPublic

Authored by aklapper on Jun 29 2024, 18:10.

Details

Reviewers
None
Group Reviewers
O1: Blessed Committers
Summary

Internet Explorer 8 and earlier did not consider DOM NodeLists to be JS objects.
In different words: IE<9 did not support Array#slice on collections objects.
See for example https://stackoverflow.com/a/11113539

This reverts rP597c6c07f7120d253e83fa110db8842bfa05859f

Test Plan

Still: Load a diff in a web browser; see changes and do not get JS errors.

Diff Detail

Repository
rP Phorge
Branch
ie8nodelist
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1379
Build 1379: arc lint + arc unit