You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
I am currently using your fantastic editor on a simple blogging app I'm developing. So far it's been great for me, but I have one little thing bugging me:
The deleteScript is calling the URL with POST by default.
Now this should be not a big deal, but I want to use DELETE because I want to directly delete the resource using the same URL as my insert, as a part of being a Restful app. Currently, this is impossible.
Does this sounds like a good idea to you? If so, I may be able to help by sending a pull-request or two. Thank you very much.