Skip to main content
Module

x/denops_std/function/vim/mod.ts>ch_readraw

📚 Standard module for denops.vim
Go to Latest
function ch_readraw
import { ch_readraw } from "https://deno.land/x/denops_std@v6.4.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()

Parameters

denops: Denops
handle: unknown
optional
options: unknown

Returns

Promise<string>