Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-padi
/
node_modules
/
axios
/
lib
/
helpers
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-padi/node_modules/axios/lib/helpers/readBlob.js
const {asyncIterator} = Symbol; const readBlob = async function* (blob) { if (blob.stream) { yield* blob.stream() } else if (blob.arrayBuffer) { yield await blob.arrayBuffer() } else if (blob[asyncIterator]) { yield* blob[asyncIterator](); } else { yield blob; } } export default readBlob;