-
-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Description
- https://undici.nodejs.org/#/docs/api/Dispatcher?id=parameter-dispatchhandler says
void. - seems to agree
undici/lib/interceptor/decompress.js
Line 162 in 44e437d
* @returns {void} - But e.g. seems to imply it's a boolean
undici/lib/interceptor/dump.js
Lines 48 to 52 in 44e437d
if (this.aborted === true) { return true } return super.onResponseStart(controller, statusCode, headers, statusMessage)
I can't seem to find anywhere that consumes the return value...
Metadata
Metadata
Assignees
Labels
No labels