Side navigation
#6501 closed bug (worksforme)
Opened April 29, 2010 03:42AM UTC
Closed June 12, 2010 02:21AM UTC
$.map uses concat.apply, so number of elements in processing array is limited
Reported by: | fedor.indutny | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | core | Version: | 1.4.2 |
Keywords: | $.map,concat,arguments count | Cc: | |
Blocked by: | Blocking: |
Description
If you try to $.map array with 100000 Elements you will get following error:
"Function.prototype.apply cannot support 200001 arguments".
Attachments (1)
Change History (1)
Changed June 12, 2010 02:21AM UTC by comment:1
component: | unfiled → core |
---|---|
resolution: | → worksforme |
status: | new → closed |
Works fine for me with Firefox 3.6.3. In any case, 100,000 is a lot of elements.