mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-15 10:30:48 +00:00
WEback and deploy
This commit is contained in:
parent
3bd0a93434
commit
478f738024
@ -88,6 +88,8 @@ class TransportHTTP extends Transport {
|
|||||||
*/
|
*/
|
||||||
//if (!(url && url.includes(':') ))
|
//if (!(url && url.includes(':') ))
|
||||||
// throw new errors.CodingError("TransportHTTP.p_rawfetch bad url: "+url);
|
// throw new errors.CodingError("TransportHTTP.p_rawfetch bad url: "+url);
|
||||||
|
if (url.href.includes('contenthash//'))
|
||||||
|
console.error("XXX@91",url)
|
||||||
if (((typeof url === "string") ? url : url.href).includes('/getall/table')) {
|
if (((typeof url === "string") ? url : url.href).includes('/getall/table')) {
|
||||||
throw new Error("Probably dont want to be calling p_rawfetch on a KeyValueTable, especially since dont know if its keyvaluetable or subclass"); //TODO-NAMING
|
throw new Error("Probably dont want to be calling p_rawfetch on a KeyValueTable, especially since dont know if its keyvaluetable or subclass"); //TODO-NAMING
|
||||||
return { // I'm not sure what this return would have done - looks half finished to me?
|
return { // I'm not sure what this return would have done - looks half finished to me?
|
||||||
|
2
dist/dweb-transports-bundle.js
vendored
2
dist/dweb-transports-bundle.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user