archives

« Bugzilla Issues Index

#3527 — s/Iterator/Iterable/ in Array.from step 7 and TypedArrayFrom step 11


"items is not an Iterator so assume it is an array-like object" should be:
"items is not an Iterable so assume it is an array-like object"


fixed in rev31 editor's draft


In Rev31