Replies: 1 comment
-
You should be able to get it, in the latest version, with this event: editor.on('storage:store', (data, res) => {
console.log('Stored project', data, 'response', res);
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get server response in save API call. How can I accomplish?
Beta Was this translation helpful? Give feedback.
All reactions