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.


Last modified September 13, 2024: docs (076b384)