mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Protocol handler installation updated.
This commit is contained in:
parent
befdf849ef
commit
04c0fa7d2b
1 changed files with 12 additions and 1 deletions
|
|
@ -6,10 +6,21 @@
|
|||
navigator.registerProtocolHandler("bzz",
|
||||
"http://localhost:8500/%s",
|
||||
"Swarm handler");
|
||||
navigator.registerProtocolHandler("bzzi",
|
||||
"http://localhost:8500/%s",
|
||||
"Swarm immutable handler");
|
||||
navigator.registerProtocolHandler("bzzr",
|
||||
"http://localhost:8500/%s",
|
||||
"Swarm raw handler");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Register Swarm protocol handler</h1>
|
||||
<p>This web page will install a web protocol handler for the <code>bzz:</code> protocol.</p>
|
||||
<p>This web page will install a web protocol handler for
|
||||
<code>bzz:</code>,
|
||||
<code>bzzi:</code> and
|
||||
<code>bzzr:</code>
|
||||
protocols.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue