Skip to content

HtmlEscapedCallbackPhase

reference
1 min readUpdated

Kind: Constant

Source: src/utils/html.ts

Part of: Utils

Definition

ts
{
  Stringify: 1,
  BeforeStream: 2,
  Stream: 3,
} as const

Value

ts
{
  Stringify: 1,
  BeforeStream: 2,
  Stream: 3,
} as const

Used by

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

Imported by (4)

  • Datasrc/context.ts:26
  • SSEMessagesrc/helper/streaming/sse.ts:6
  • childrenToStringsrc/jsx/components.ts:14
  • StreamingContextsrc/jsx/streaming.ts:30

Was this page helpful?

Download as PDF
HtmlEscapedCallbackPhase — Hono (narrator proof)