I have 2 console.log commands in the multiline firefox console and I execute them (cntrl+enter) . It looks like there is only 1 undefined return value but this value is either after the first log or the second log - ( I assume it is random or ‘asynchronous’ ). This is different from google Chrome.
Ok, thanks - ‘…timestamp of the result message
might be the same as the one of the console api messages …’ <- That’s interesting from the bug report (still trying to grok the rest of the report, though). I read your page here - https://nicolaschevobbe.com/2019/01/17/webconsole-2018-retrospective.html . From my little understanding, is it true to say that the developer tools are made in ‘React’?