copyparty has this thing where log history can be grabbed from console.hist. Unfortunately it's not standard. But the idea still sticks.
Currently the only way to grab logs is to open devtools, console, then filtering for logs, and then finally copying all the logs. Devtools is literally inaccessible on basically any mobile browsers.
Adding a button to grab logs would make this easier for basically everyone.
Implementation details consideration:
- How the hell would this work at all with
console.log's ability to turn any Object into interactable things in the console?
copyparty has this thing where log history can be grabbed from `console.hist`. Unfortunately it's not standard. But the idea still sticks.
Currently the only way to grab logs is to open devtools, console, then filtering for logs, and then finally copying all the logs. Devtools is literally inaccessible on basically any mobile browsers.
Adding a button to grab logs would make this easier for basically everyone.
Implementation details consideration:
- How the hell would this work at all with `console.log`'s ability to turn any Object into interactable things in the console?