-
-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
Description
Buffer 3.5.0 breaks in Chrome (45.0.2454.85 (Official Build) (64-bit))
What I'm getting is
Uncaught TypeError: Cannot set property length of [object Object] which has only a getter
It happens when buffer tries to set .prototype.length to undefined, here: https://github.com/feross/buffer/blob/master/index.js#L372
I discovered this while I was rolling out our app's new version. Later I'm gonna try to put together a small demo.
(I'm using browserify 11.11.0 which uses [email protected])