-
Notifications
You must be signed in to change notification settings - Fork 635
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
not working in IE10 #46
Comments
I resolved this error by adding a shim for the defineGetter method: https://gist.github.com/23limes/2779043/raw/f7a18ee984f273b13b7a66fe76509feae0cdc32e/Box2D_IE9_10_shim.js |
OK, the tree is now created with this. Nevertheless, there are also this error: |
Hello , have you find a solution to resolve the problem of the method subtract ? EDIT : i found a fork that corrects this problem : https://github.com/vollstock/arbor |
i try https://github.com/vollstock/arbor , find it works well in >IE 8, when you want to support <=IE8, the defineProperty is not support Node object, then i try to use es-sham/es-shim it still work not well |
Hi, I can't get arbor.js working in IE10.
When trying arborjs.org, I get that in the console :
using web workers
SCRIPT438: L’objet ne gère pas la propriété ou la méthode « defineGetter »
arbor.js, Ligne 35 Caractère 8042
The text was updated successfully, but these errors were encountered: