From 04c0fa7d2bc64554f69a49105dc4f90f36dbdb6d Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Thu, 4 Feb 2016 16:47:12 +0100 Subject: [PATCH] Protocol handler installation updated. --- swarm/examples/bzzhandler.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/swarm/examples/bzzhandler.html b/swarm/examples/bzzhandler.html index 0d7a8b01a4..cbd2403f95 100644 --- a/swarm/examples/bzzhandler.html +++ b/swarm/examples/bzzhandler.html @@ -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");

Register Swarm protocol handler

-

This web page will install a web protocol handler for the bzz: protocol.

+

This web page will install a web protocol handler for + bzz:, + bzzi: and + bzzr: + protocols. +