-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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 ] |
Modified test case without DOM references uploaded: The bug was successfully reproduced in version 14.14393 and 14.14915 of the Edge web browser. |
@ianwjhalliday, you are right - this is a duplicate of #1496. |
#1496 seems to be the same problem like ours |
Closing as Duplicate. |
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
The text was updated successfully, but these errors were encountered: