archives

« Bugzilla Issues Index

#3433 — Are %TypedArray% objects supposed to be Concat-Spreadable?


They aren't exotic Array objects, and they don't seem to have @@isConcatSpreadable symbols in their prototypes or instances --- should they?


No, that would be incompatible with legacy browser implementations of Typed Arrays.