Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _handleFileChunk
Method
_handleFileChunk
deps/v8/tools/js/web-api-helper.mjs:173–179 ·
view source on GitHub ↗
(chunk)
Source
from the content-addressed store, hash-verified
171
}
172
173
_handleFileChunk(chunk) {
174
this.dispatchEvent(
new
CustomEvent(
'fileuploadchunk'
, {
175
bubbles: true,
176
composed: true,
177
detail: chunk,
178
}));
179
}
180
}
181
182
export
class
DOM {
Callers
2
_readFullFile
Method · 0.95
_streamFile
Method · 0.95
Calls
1
dispatchEvent
Method · 0.80
Tested by
no test coverage detected