Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Maximum call stack size exceeded #24

Open
codefrau opened this issue Jan 24, 2019 · 1 comment
Open

Error: Maximum call stack size exceeded #24

codefrau opened this issue Jan 24, 2019 · 1 comment

Comments

@codefrau
Copy link

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.

@headlessme
Copy link

Also seeing this issue

aaronhuggins referenced this issue in aaronhuggins/cbor-redux Sep 3, 2020
Typescript rewrite

Rewritten to TypeScript for Deno support and Node typescript definitions, now as a ponyfill.
Added tests for more scenarios and to bring coverage up.
Modernized syntax and tests.
Added code quality and coverage analysis.
Removed default polyfill behavior and added back as an optional module.

Addresses the following issues:
paroga#27
paroga#24
paroga#21
paroga#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants