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

Add Buffer() class #207

Closed
binarykitchen opened this issue Nov 12, 2014 · 2 comments
Closed

Add Buffer() class #207

binarykitchen opened this issue Nov 12, 2014 · 2 comments

Comments

@binarykitchen
Copy link

node.js' Buffer class is very often used and crucial in many tests. Currently new Buffer() would result into Buffer is not defined.

There are no external libraries out there to include the Buffer class I think (or am I wrong). So I think it would be cool to be able to add those basic classes with Browserify or something like that. I know this request might be far out of the scope. Just wondering here what I can do ...

@jdalton
Copy link
Collaborator

jdalton commented Nov 12, 2014

Hi @binarykitchen! jsPerf allows you to add your own script files which includes a browserified Buffer script.

@binarykitchen
Copy link
Author

Hmmm, do you know any browserified Buffer script out there I could easily include right now?

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

No branches or pull requests

2 participants