Copy link to clipboard
Copied
Hello,
In a project I am creating objects dynamically and assigning id to each of them.
Later I need to find these object and do something with them.
But in IE11 it is not working
I am wondering weather aforementioned property or method is supported in IE11. Works fine in edge and other modern browsers.
Code and error are below:-
Thank you.
1 Correct answer
Not supported in IE11.
https://caniuse.com/#search=Array.prototype.find
You'll have to code your own function to perform what find() is doing.
Copy link to clipboard
Copied
is stage.children[1].children an array?
Copy link to clipboard
Copied
Not supported in IE11.
https://caniuse.com/#search=Array.prototype.find
You'll have to code your own function to perform what find() is doing.
Copy link to clipboard
Copied

