As far as I could understand, browser.js ignores any means of color enforcing; FORCE_COLOR is ignored, now way of passing --color - and anyway, browser.js just returns 'false'.
Even though chrome console, for instance, does support ansi-color.
So if I need to force some other library, depending on this one, to give me back colorized output (that I can transform to html with smthn like ansi-html), I have to resort to monkey-patching.
As far as I could understand,
browser.jsignores any means of color enforcing;FORCE_COLORis ignored, now way of passing--color- and anyway, browser.js just returns 'false'.Even though chrome console, for instance, does support ansi-color.
So if I need to force some other library, depending on this one, to give me back colorized output (that I can transform to html with smthn like
ansi-html), I have to resort to monkey-patching.