You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/About.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import React from 'react'
2
2
3
3
exportdefaultfunctionAbout(): JSX.Element{
4
4
return(
5
-
<asideclassName='mw7 lb-snow center w-100 lh-copy pa2'>
5
+
<asideclassName='mw7 lb-snow center w-100 lh-copy pa2 e2e-section-about'>
6
6
<h1className='pa0 f3 ma0 mb4 teal tc'>About the IPFS Gateway and Service Worker</h1>
7
7
<p>This page runs an IPFS gateway within a <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API"target="_blank">Service Worker</a>. It uses <ahref="https://github.com/ipfs/helia"target="_blank">Helia</a> (IPFS implementation in JS) and the <ahref="https://github.com/ipfs/helia-verified-fetch"target="_blank">@helia/verified-fetch</a> library (<ahref="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API"target="_blank">Fetch API</a> for IPFS) to facilitate direct verified retrieval of <ahref="https://docs.ipfs.tech/concepts/content-addressing/"target="_blank">content-addressed</a> data.</p>
8
8
<p><strong>Why?</strong> It improves decentralization, offers enhanced security (CID verification happens on end user's machine) and reliability (ability to do retrieval from multiple sources without reliance on a single HTTP server).</p>
<ServiceWorkerReadyButtonclassName="e2e-config-page-button white w-100 pa3"id="save-config"label={isSaving ? 'Saving...' : 'Save Config'}waitingLabel='Waiting for service worker registration...'onClick={()=>{voidsaveConfig()}}/>
0 commit comments