Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v3.8.1/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>