Load linked content from IPFS as well #3

Closed
opened 2017-12-10 03:47:29 +00:00 by witten · 1 comment
Owner

As a user, when I click a link within a loaded IPFS document, I want that link to get loaded from IPFS as well, so that I can have a true distributed web experience.

Note that this implies either that the whole "application" reloads and re-connects to IPFS on each page load, or that the JavaScript connected to IPFS stays "resident" and the page doesn't fully reload on each link click.

As a user, when I click a link within a loaded IPFS document, I want that link to get loaded from IPFS as well, so that I can have a true distributed web experience. Note that this implies either that the whole "application" reloads and re-connects to IPFS on each page load, or that the JavaScript connected to IPFS stays "resident" and the page doesn't fully reload on each link click.
witten added this to the Vaguely useful prototype milestone 2017-12-10 20:08:26 +00:00
Author
Owner

Now that the code uses a service worker to run the IPFS node and load IPFS content, this actually works! Clicking relative /ipfs/... links within an IPFS document loads that content from IPFS, and continues using the same IPFS node without reconnecting.

Now that the code uses a service worker to run the IPFS node and load IPFS content, this actually works! Clicking relative `/ipfs/...` links within an IPFS document loads that content from IPFS, and continues using the same IPFS node without reconnecting.
This repo is archived. You cannot comment on issues.
No Label
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: witten/intergalactic#3
No description provided.