-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Support for typed array, DataView and ArrayBuffer in isEquals: take 2 #2694
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
Conversation
Looking good! Let's add one more check to make sure ArrayBuffer is an object that exists in the runtime before starting, and I think we're there. |
Yes I see the error. What's the best way to check. |
Why don't you test and cache a |
Great. Do you mind cleaning up the formatting and making it nice -- like the rest of the surrounding code? Spaces near parens, semicolons, and so on... |
Yeah, installing eslint as we speak, the only issue that I don't know to tackle yet is node 0.8 which doesn't seem to support isView. |
It doesn't? That seems like a bit of a dealbreaker. |
Do we care to support node 0.8? Last release was 2014. |
Fair enough, then. |
Moot point since d73f20c solves that case too, right? |
It seems like everyone was OK with this PR. Any chance of getting it merged? |
@jashkenas Could you have another look and confirm that you still approve of this? If you do, I can take care of the merge conflicts. I can also add |
Sounds like a fine plan to me. It would also be great if we could drop that big list of |
supersedes #2693 fixes #2692 , feedback welcome,