You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the Vector3DTileXXX tests fail in IE because the (non-test) code relies on slice for TypedArrays, which isn't supported in IE. We have a arraySlice function that works in all cases that we should use instead. This should be an easy fix.
All of the
Vector3DTileXXX
tests fail in IE because the (non-test) code relies onslice
for TypedArrays, which isn't supported in IE. We have aarraySlice
function that works in all cases that we should use instead. This should be an easy fix.CC @bagnell
The text was updated successfully, but these errors were encountered: