Recenzii pentru ChromeLogger
ChromeLogger de BurningMoth
Recenzie de către skrymir01
Evaluat(ă) cu 5 din 5 stele
de skrymir01, 8 ani în urmăUpdated Review:
Issue's been resolved and logs my messages like a champ.
Previous Review:
Produces error: TypeError: window.console[method] is undefined
The reason appears to be that it assumes the console method will be sent in the response. This will be the case for the all logging types _except_ "log". According to the Chrome Logger technical specifications at https://craig.is/writing/chrome-logger/techspecs, if you want to log, you should send an empty string (to save on size). Therefore the add-on ought to use "log" if "method" is empty. I believe the following would be sufficient to fix it:
console[method || 'log']
I couldn't find a repository to log this issue at or submit a pull request, so I had to use the review section.
Issue's been resolved and logs my messages like a champ.
Previous Review:
Produces error: TypeError: window.console[method] is undefined
The reason appears to be that it assumes the console method will be sent in the response. This will be the case for the all logging types _except_ "log". According to the Chrome Logger technical specifications at https://craig.is/writing/chrome-logger/techspecs, if you want to log, you should send an empty string (to save on size). Therefore the add-on ought to use "log" if "method" is empty. I believe the following would be sufficient to fix it:
console[method || 'log']
I couldn't find a repository to log this issue at or submit a pull request, so I had to use the review section.
29 de recenzii
- Evaluat(ă) cu 5 din 5 stelede Marc, 5 luni în urmă
- Evaluat(ă) cu 5 din 5 stelede AmericanIntelligenceMachines, 9 luni în urmă
- Evaluat(ă) cu 5 din 5 stelede DP Dev, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Nina, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 17447093, 3 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 16987925, 4 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede iNeRdS, 5 ani în urmăi need you to monitor all my activities from this I.P. address I am sure you boys no what to do better than i describe
- Evaluat(ă) cu 5 din 5 stelede Don, 6 ani în urmă
- Evaluat(ă) cu 4 din 5 stelede Utilizator Firefox 15307722, 6 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 15064500, 6 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14671107, 7 ani în urmăIt unbreaks devtools. Thanks.
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14666722, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13079274, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14035565, 7 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede dadazord, 8 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Joe Rooster, 8 ani în urmăWorks as expected and better than other add-ons that (try to) put out messages from ChromePHP. Thank you :-)
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13483795, 8 ani în urmăOk so the problems I reported earlier are fixed and logging is working as expected now. Thanks for a great bit of digital kit?
- Evaluat(ă) cu 5 din 5 stelede Patrick Brosset, 8 ani în urmăWorks for me now. It was updated last week and it fixes the issue people have been talking about in the comments!
Thanks! - Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 13328225, 8 ani în urmăSince version 1.1.1 it works as it should. Thanks!
- Evaluat(ă) cu 4 din 5 stelede Utilizator Firefox 13518149, 8 ani în urmă