GraphvizWebEditor icon indicating copy to clipboard operation
GraphvizWebEditor copied to clipboard

AJAX post request

Open Potherca opened this issue 10 years ago • 0 comments

Currently the submit causes a full POST, causing a delay in the rendering, this should be replaced by an AJAX call, accompanied by a visual cue to show this is going on.

To achieve this we should create an API endpoint for the interface to consume instead of just doing a postback.

Potherca avatar Feb 01 '14 10:02 Potherca