MCPcopy 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
182export class DOM {

Callers 2

_readFullFileMethod · 0.95
_streamFileMethod · 0.95

Calls 1

dispatchEventMethod · 0.80

Tested by

no test coverage detected