Firefox support
Hey there,
I was wondering if you ever investigated how hard would it be to add support for Firefox via specific extension, but sharing the same PHP Console library for the connector.
I am not using Firefox myself, I designed the PHP Console implementation for WordPress which uses your library :bowing_man: -- It'd be nice if PHP Console could work with other popular browsers.
I've looked into Mozilla docs, seems the browser supports a console API to output server side messages: https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Server
Someone came with this implementation: https://github.com/frankforte/quantumphp for example (not quite the same thing as PHP Console, I believe).
Just wondering if you have already investigated this and what were your conclusions, if any. If doable we could collaborate to make it work.
Thanks