mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-15 02:20:50 +00:00
Debugging dweb-transport/test.js
This commit is contained in:
parent
a77a13d857
commit
35b28760bc
2
index.js
2
index.js
@ -5,5 +5,5 @@ require("./TransportHTTP.js"); // Can access via window.DwebTransports._transp
|
||||
require("./TransportIPFS.js");
|
||||
require("./TransportYJS.js");
|
||||
require("./TransportWEBTORRENT.js");
|
||||
window.DwebTransports = DwebTransports;
|
||||
if (typeof window !== "undefined") { window.DwebTransports = DwebTransports; }
|
||||
exports = module.exports = DwebTransports;
|
||||
|
Loading…
x
Reference in New Issue
Block a user