We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncaught (in promise) RangeError: Maximum call stack size exceeded
The problem is with Fontra's use of the spread operator for arguments, which is not suitable for arbitrary length arrays, as explained here:
The text was updated successfully, but these errors were encountered:
The next problem is the maximum websocket message size, although it can be customized with the max_msg_size argument of WebSocketResponse.
max_msg_size
WebSocketResponse
Sorry, something went wrong.
Since paste selects the pasted items, we also run into #65.
A large websocket message closes the connection. I wonder if we can propagate the error without closing the connection.
Successfully merging a pull request may close this issue.
Uncaught (in promise) RangeError: Maximum call stack size exceeded
The problem is with Fontra's use of the spread operator for arguments, which is not suitable for arbitrary length arrays, as explained here:
The text was updated successfully, but these errors were encountered: