import { ch_readraw } from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";
Like ch_read() but for a JS and JSON channel does not decode
the message. For a NL channel it does not block waiting for
the NL to arrive, but otherwise works like ch_read().
See channel-more
.
Can also be used as a method
:
GetChannel()->ch_readraw()