Looks like Chrome Dev Tools now provide a nice copy
utility to put anything into the clipboard. For ex, to retrieve full json objects:
1 | copy(JSON.stringify(obj)) |
Looks like Chrome Dev Tools now provide a nice copy
utility to put anything into the clipboard. For ex, to retrieve full json objects:
1 | copy(JSON.stringify(obj)) |