Skip to content

read-only ArrayBuffer is strange #300

Open
@domenic

Description

@domenic

I think you want to create a normal ArrayBuffer, then freeze it (by applying SetIntegrityLevel(O, "frozen")). Note that this makes it immutable, not just read-only; I couldn't tell whether you were modifying the values from the spec or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions