# Conflicts:
#	TransportWEBTORRENT.js
This commit is contained in:
Mitra Ardron 2018-04-16 18:58:18 +10:00
commit e949806d75

View File

@ -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.