Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ webStream.spec.ts
File
webStream.spec.ts
packages/server-renderer/__tests__/webStream.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createApp, defineAsyncComponent, h } from
'vue'
2
import
{ ReadableStream, TransformStream } from
'node:stream/web'
3
import
{ pipeToWebWritable, renderToWebStream } from
'../src'
4
Callers
nothing calls this directly
Calls
6
renderToWebStream
Function · 0.90
pipeToWebWritable
Function · 0.90
h
Function · 0.85
resolve
Method · 0.65
test
Function · 0.50
defineAsyncComponent
Function · 0.50
Tested by
no test coverage detected