mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-15 10:30:48 +00:00
Merge branch 'master' of https://github.com/mitra42/dweb-transports
# Conflicts: # TransportWEBTORRENT.js
This commit is contained in:
commit
e949806d75
@ -217,14 +217,13 @@ class TransportWEBTORRENT extends Transport {
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async p_f_createReadStream(url, {verbose=false, wanturl=false}={}) { //TODO-API
|
async p_f_createReadStream(url, {verbose=false, wanturl=false}={}) { //TODO-API
|
||||||
/*
|
/*
|
||||||
Fetch bytes progressively, using a node.js readable stream, based on a url of the form:
|
Fetch bytes progressively, using a node.js readable stream, based on a url of the form:
|
||||||
|
|
||||||
|
|
||||||
No assumption is made about the data in terms of size or structure.
|
No assumption is made about the data in terms of size or structure.
|
||||||
|
|
||||||
This is the initializtion step, which returns a function suitable for <VIDEO>
|
This is the initialisation step, which returns a function suitable for <VIDEO>
|
||||||
|
|
||||||
Returns a new Promise that resolves to function for a node.js readable stream.
|
Returns a new Promise that resolves to function for a node.js readable stream.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user