chromephp icon indicating copy to clipboard operation
chromephp copied to clipboard

Please add info about Firefox support

Open marsjaninzmarsa opened this issue 9 years ago • 1 comments

Firefox have native support for Chrome Logger protocol since version 43, so it would be nice to post info about it. Chrome Logger going to be standard, because is AFAIK only protocol compatible with more than one browser and logging tool. ;)

marsjaninzmarsa avatar Feb 19 '16 05:02 marsjaninzmarsa

Firefox might have "support", but it's pretty broken.

Output ceases when null is encountered

ChromePhp::log("death to chromeLogger", null);
ChromePhp::log('never seen');

bkdotcom avatar May 10 '17 13:05 bkdotcom