Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/buffer/mod.ts>decode

📚 Standard module for denops.vim
Go to Latest
function decode
import { decode } from "https://deno.land/x/denops_std@v3.10.0/buffer/mod.ts";

Decode content for the buffer with given format and encoding.

Parameters

denops: Denops
bufnr: number
data: Uint8Array
optional
options: DecodeOptions = [UNSUPPORTED]