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
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 🙇♂️ -- It'd be nice if PHP Console could work with other popular browsers.
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 🙇♂️ -- 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
The text was updated successfully, but these errors were encountered: