ajklein/webkit

Implement DOM stability for iteration

Opened this issue · 0 comments

This requires synthesizing "splice" operations and transforming the existing array expansion from the old state to the new state with the fewest removals, additions. also, this should be willing to re-order existing instances. e..g

an iteration based on an array which is sorted should neither create nor destroy instances.