8000 typed arrays are cloned incorrectly · Issue #69 · pvorb/clone · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
typed arrays are cloned incorrectly #69
Open
@mncharity

Description

@mncharity
require('clone')(new Float32Array([10,11]))

Float32Array { '0': 10, '1': 11 }  // actual
Float32Array [ 10, 11 ] // expected

Similar to #1, but for typed arrays.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0