#1430 Avoid exceptions when running in the headless browser mode #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @marijnh,
I've added some checks for undefined values to prevent exceptions occuring when partial browser functionality used during headless Edge runs.
These checks don't change any of the existing logic. My test running smoothly with these fixes.
I would greatly appreciate it if these changes could be released asap.
Thank you!
https://github.com/codemirror/dev/issues/1430
Sorry, no. I'm willing to add workaround for popular browsers, but not for obscure test runners.
Sorry to hear.
I would like to try to insist to check this again while this is not obscure browsers and this direct usecase when people are performing testing in the ci/cd pipelines.
The function that is fixed used for the printing without any check is deprecated , and this is really obscure.
Please make a great tool usable.
It's only used when the platform doesn't support
MediaQueryList.removeEventListener, which is standard and supported on all browsers that haveMediaQueryList.Pull request closed