feross / buffer

The buffer module from node.js, for the browser.
Other
1.8k stars 231 forks source link

Uncaught ReferenceError: Buffer is not defined #291

Open anesuc opened 3 years ago

anesuc commented 3 years ago

Hi,

I've been trying to use the standalone version as mentioned here https://github.com/feross/buffer/issues/169#issuecomment-524479933 . I downloaded it to the server because I have to due to some CORS issues unrelated to this. Anyway I get that error when I go to use Buffer.from().

Thanks

alaadaff commented 1 year ago

@anesuc Was this issue solved? Buffer.from is still undefined for me

anesuc commented 1 year ago

@anesuc Was this issue solved? Buffer.from is still undefined for me

I had a quick look at the project code I think I was using this in and I think I ended up not using it sadly