kdzwinel/betwixt

Make copy to clipboard and save to file work

kdzwinel opened this issue ยท 0 comments

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 ๐Ÿ“‹ 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!