« Bugzilla Issues Index
#3433 — Are %TypedArray% objects supposed to be Concat-Spreadable?
- bug_id:
3433
- creation_ts:
2014-12-10 07:13:00 -0800
- short_desc:
Are %TypedArray% objects supposed to be Concat-Spreadable?
- delta_ts:
2014-12-12 09:31:27 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 28: October 14, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
INVALID
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Caitlin Potter [:caitp]
- assigned_to:
Allen Wirfs-Brock
- cc:
caitpotter88
- commentid:
10982
- comment_count:
0
- who:
Caitlin Potter [:caitp]
- bug_when:
2014-12-10 07:13:24 -0800
They aren't exotic Array objects, and they don't seem to have @@isConcatSpreadable symbols in their prototypes or instances --- should they?
- commentid:
10985
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-10 09:14:57 -0800
No, that would be incompatible with legacy browser implementations of Typed Arrays.