capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.09k stars 185 forks source link

Add support for document.queryCommandSupported() #1411

Closed capricorn86 closed 2 months ago

capricorn86 commented 2 months ago

https://stackoverflow.com/questions/78225627/dealing-with-the-deprecated-document-querycommandsupported

I think we can start with a simple implementation that just returns true.