Skip to content

Buffer.buffer in iojs 3.0 #2473

Closed
Closed
@Nibbler999

Description

@Nibbler999

Buffers have picked up a new .buffer property in 3.0 that seems to be a side effect of the Uint8Array stuff but is breaking code.

2.5

> new Buffer("test").buffer;
undefined

3.1

> new Buffer("test").buffer;
ArrayBuffer {}

Can you remove this new property or do I need to file PR against the modules this breaks?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bufferIssues and PRs related to the buffer subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions