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

Remove Buffer dependency #17

Closed
mikolalysenko opened this issue May 22, 2015 · 2 comments
Closed

Remove Buffer dependency #17

mikolalysenko opened this issue May 22, 2015 · 2 comments

Comments

@mikolalysenko
Copy link
Member

Browserify automatically inserts the buffer polyfill if any instance of Buffer is used. We can avoid this by switching out the references to Buffer in this module, but we need a light weight method to detect if an object is a Buffer.

@hughsk
Copy link
Member

hughsk commented May 22, 2015

@mikolalysenko
Copy link
Member Author

Thanks! Fixed in ndarray@1.0.17

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

2 participants