Kind: Function
Source: src/utils/html.ts
Part of: Utils
Signature
tsasync function stringBufferToString(buffer: StringBuffer, callbacks: HtmlEscapedCallback[] | undefined): Promise<HtmlEscapedString>
Parameters
| Name | Type |
|---|---|
buffer | StringBuffer |
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)
html—src/helper/html/index.ts:11Props—src/jsx/base.ts:27jsxAttr—src/jsx/jsx-runtime.ts:16
Was this page helpful?