-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy response content to clipboard? #261
Comments
Hi @soulgalore, I manage to implement it this weekend. Please have a look at the PR and play around with it a bit and let me know what you think. |
Great @micmro I actually started this last week but my skills aren't as good as yours so I didn't finish. It works great but made a small comment on the PR about moving to just copy content (the next tab), that's the data we use when we compare what kind content we had before/after a regression. |
#261 Add copy to clipboard functionality to Raw Response
Released with |
Hi @micmro the functionality to get the HTML or response of a requests has been great for me, I've used in many times to compare content before/after a regression. Copy/pasting it into Visual Code and then using the compare feature its great.
One thing I'm wondering is the best way to make it easier to copy the content. Right now I scroll the content and it takes some time on large Wikipedia pages. Wondering if we should use the clipboard API for copy (for the browsers that supports) or is it a better way? Would love to be able to copy the response content and paste into code :)
Best
Peter
The text was updated successfully, but these errors were encountered: