From 034cc8eca02459e8bd58c5e281f97cd68fc6cb3a Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Thu, 8 Apr 2021 21:01:33 +0000 Subject: [PATCH] Update from Forestry.io Jessica Schilling updated src/_blog/071-ipfs-in-web-browsers.md --- src/_blog/071-ipfs-in-web-browsers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/071-ipfs-in-web-browsers.md b/src/_blog/071-ipfs-in-web-browsers.md index a51fa65f..ff4c2930 100644 --- a/src/_blog/071-ipfs-in-web-browsers.md +++ b/src/_blog/071-ipfs-in-web-browsers.md @@ -67,11 +67,11 @@ Earlier this year [Opera announced they were working on support for IPFS](https: We've been working with Mozilla on initial APIs since 2018, when the [libdweb project](https://github.com/mozilla/libdweb) emerged, providing browser extension APIs for many of the primitives a P2P system needs: filesystem access, TCP, UDP and protocol registration and handling. Earlier in 2018 the [ipfs:// scheme was whitelisted in Firefox](https://blog.mozilla.org/addons/2018/01/26/extensions-firefox-59/), so now with libdweb we were able to experiment with a proper [ipfs:// protocol handler](https://github.com/ipfs-shipyard/ipfs-companion/pull/533), which we demoed at Lab Day in August 2018: - + We used yet more APIs in libdweb to implement [local discovery and TCP transport](https://github.com/ipfs-shipyard/ipfs-companion/pull/553): - + Unfortunately, libdweb is still an experimental set of APIs - not included in Firefox yet. We're hoping to see more progress soon from Mozilla on shipping libdweb APIs in Firefox for at least some extensions this year!