You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// `123` can be anything that isn't a stringnewDOMParser().parseFromString(123,"text/html")
This errors with "Uncaught RuntimeError: memory access out of bounds". It would be nice to have a more helpful error message, something like "invalid type: expected string".
The text was updated successfully, but these errors were encountered:
deno_dom version v0.1.48, deno 2.1.2
This errors with "Uncaught RuntimeError: memory access out of bounds". It would be nice to have a more helpful error message, something like "invalid type: expected string".
The text was updated successfully, but these errors were encountered: