Home
last modified time | relevance | path

Searched refs:blobLike (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/undici/src/lib/fetch/
Dfile.js97 constructor (blobLike, fileName, options = {}) { argument
137 blobLike,
147 return this[kState].blobLike.stream(...args)
153 return this[kState].blobLike.arrayBuffer(...args)
159 return this[kState].blobLike.slice(...args)
165 return this[kState].blobLike.text(...args)
171 return this[kState].blobLike.size
177 return this[kState].blobLike.type
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs9648 constructor(blobLike, fileName, options = {}) {
9653 blobLike,
9661 return this[kState].blobLike.stream(...args);
9665 return this[kState].blobLike.arrayBuffer(...args);
9669 return this[kState].blobLike.slice(...args);
9673 return this[kState].blobLike.text(...args);
9677 return this[kState].blobLike.size;
9681 return this[kState].blobLike.type;