Modify ↓
Ticket #6501 (closed bug: worksforme)
$.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: | |
| Blocking: | Blocked by: |
Description
If you try to $.map array with 100000 Elements you will get following error: "Function.prototype.apply cannot support 200001 arguments".
Attachments
Change History
Changed 3 years ago by fedor.indutny
-
attachment
testcase.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Test case