kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Make copy to clipboard and save to file work #6

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

Currently context menu is useless ("copy All as HAR" / "copy as cURL" / "Save as file") - it does work, it just doesn't copy stuff to your :clipboard: because implementation for that is missing in the "hosted mode":

WebInspector.console.error("Clipboard is not enabled in hosted mode. Please inspect using chrome://inspect");

screen shot 2015-11-20 at 14 18 54

It's electron though, we can make it work!