FeatureFuel
1

When repeating interval, rerender only if there are changes

Source: Kong/insomnia#3622 · opened by @liron-navon
Is your feature request related to a problem? Please describe. I'm using insomnia to test a server that generates files, I would like to use the repeated interval to send requests to the local development server every second or so, but render the file only if it has changed since the last request, i.e not have useless renders since it makes it hard to test. Another solution for my issue would be to solve issue 1801: Describe the solution you'd like Check the new and last response, and only render the preview if there was a change, we could base64 the response so the comparison is the same if it's a file or a string Describe alternatives you've considered just call the request manually every time, but since I edit the file every few seconds, it's tiering Additional context I'd be more than happy to help out and implement this and also issue 1801 if the team does want to solve these issues. Insomnia core Version: Insomnia Core 2020.5.…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests