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

RangeError: Maximum call stack size exceeded #280

Open
lvboda opened this issue Jul 5, 2024 · 2 comments
Open

RangeError: Maximum call stack size exceeded #280

lvboda opened this issue Jul 5, 2024 · 2 comments
Labels
invalid This doesn't seem right

Comments

@lvboda
Copy link

lvboda commented Jul 5, 2024

I am consistently encountering a RangeError: Maximum call stack size exceeded error when parsing HTML that includes canvas tags, and it seems to be related specifically to these tags.


version: 0.1.34
env: browser

@lvboda
Copy link
Author

lvboda commented Jul 5, 2024

test code:

(new DOMParser).parseFromString(`
 <!doctype html>
  <html lang="en">
    <head>
      <title>fake dom</title>
    </head>
    <body>
    <canvas></canvas>
    </body>
  </html>
`, 'text/html');
image
image

@WebReflection
Copy link
Owner

we are at 0.18.4 ... you are a tad behind ...

@WebReflection WebReflection added the invalid This doesn't seem right label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants