Skip to main content
Module

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

📚 Standard module for denops.vim
Go to Latest
function ch_readblob
import { ch_readblob } from "https://deno.land/x/denops_std@v6.4.0/function/vim/mod.ts";

Like ch_read() but reads binary data and returns a Blob. See channel-more.

Can also be used as a method:

GetChannel()->ch_readblob()

Parameters

denops: Denops
handle: unknown
optional
options: unknown

Returns

Promise<unknown>