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 definitely see the motivation of wanting console output, but I don't see a feasible way of capturing its output at all. Of course we could wrap console methods in hooks, and store their arguments somewhere, but that doesn't get us close to actually capturing the output, thoughts?
Maybe we could wrap console.log with a hook?
for example: https://github.com/w3c/web-platform-tests/blob/master/console/console-count-logging-manual.html
@domfarolino WYT?
The text was updated successfully, but these errors were encountered: