buffer::sync
Request to synce the buffer.
{
"method": "buffer::sync",
"file": <path>,
}
file
is the path to the newly created file.
Example response
{
"method": "buffer::sync",
"file": <path>,
"contents": <string>,
"status": "success",
}
The client will overwrite the buffer view (if exists). Otherwise, write to the local storage.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.