Skip to content

stringBufferToString

reference
1 min readUpdated

Kind: Function

Source: src/utils/html.ts

Part of: Utils

Signature

ts
async function stringBufferToString(buffer: StringBuffer, callbacks: HtmlEscapedCallback[] | undefined): Promise<HtmlEscapedString>

Parameters

NameType
bufferStringBuffer
callbacks`HtmlEscapedCallback[]

Returns: Promise<HtmlEscapedString>

Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (3)

  • htmlsrc/helper/html/index.ts:11
  • Propssrc/jsx/base.ts:27
  • jsxAttrsrc/jsx/jsx-runtime.ts:16

Was this page helpful?

Download as PDF
stringBufferToString — Hono (narrator proof)