Home
last modified time | relevance | path

Searched refs:mixinBody (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/fetch/
Dresponse.js4 const { extractBody, cloneBody, mixinBody } = require('./body')
273 mixinBody(Response)
Dbody.js487 function mixinBody (prototype) { function
602 mixinBody field
Drequest.js5 const { extractBody, mixinBody, cloneBody } = require('./body')
747 mixinBody(Request)
/third_party/node/deps/undici/
Dundici.js4514 function mixinBody(prototype) { function
4567 mixinBody field
4577 var { extractBody, cloneBody, mixinBody } = require_body();
4745 mixinBody(Response);
4996 var { extractBody, mixinBody, cloneBody } = require_body();
5459 mixinBody(Request);