Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a lot of instances - error Object doesn't support property or method 'Add' #1583

Closed
viktorspacil opened this issue Sep 15, 2016 · 6 comments

Comments

@viktorspacil
Copy link

Dear Madam/Sir,
we experienced following problem in the Edge web browser (v14.14393). We are using JavaScript ES6 (converted from TypeScript) in our web application and when we create a lot of instances of any class (for example 200-300 instances) then we receive error Object doesn't support property or method 'Add' which does not make sense to us. This functionality works fine in other tested browsers (Google Chrome, Mozilla Firefox). Thank you for fixing this bug.

Run JS file in the attachment to reproduce the bug.
EdgeBugTestCase.zip

@obastemur
Copy link
Collaborator

After replacing DOM references to dummy JS objects, this issue is not reproducible as a CH terminal app. [ + increased loop from 1000 to 1e6, still no issue ]

@ianwjhalliday
Copy link
Collaborator

@suwc could this be the same or related to #1496?

@viktorspacil
Copy link
Author

Modified test case without DOM references uploaded:
EdgeBugTestCase.zip

The bug was successfully reproduced in version 14.14393 and 14.14915 of the Edge web browser.

@suwc
Copy link

suwc commented Sep 15, 2016

@ianwjhalliday, you are right - this is a duplicate of #1496.

@viktorspacil
Copy link
Author

#1496 seems to be the same problem like ours

@dilijev
Copy link
Contributor

dilijev commented Sep 19, 2016

Closing as Duplicate.

@dilijev dilijev closed this as completed Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants