Skip to content
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

ArrayBuffer.isView unsupported on older browsers #72

Closed
hannesj opened this issue Nov 23, 2016 · 0 comments
Closed

ArrayBuffer.isView unsupported on older browsers #72

hannesj opened this issue Nov 23, 2016 · 0 comments

Comments

@hannesj
Copy link
Contributor

hannesj commented Nov 23, 2016

Currently when using pbf with browsers not supporting ArrayBuffer.isView (such as some versions of IE11), they crash with TypeError: Object doesn't support property or method 'isView'. We should check for the presence of the function before using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant