Skip to content

Error: Maximum call stack size exceeded #24

@codefrau

Description

@codefrau

When decoding a large string there is a Maximum call stack size exceeded error at this line

return String.fromCharCode.apply(null, utf16data);

That's because there is a limit on the number of arguments a function can take.

Pull request #22 fixes this. Please merge.

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