Searched refs:blobLike (Results 1 – 2 of 2) sorted by relevance
97 constructor (blobLike, fileName, options = {}) { argument137 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.size177 return this[kState].blobLike.type
9648 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;