RangerMauve / js-ipfs-fetch

Use the same `fetch()` API browsers provide for HTTP, but for IPFS
https://youtu.be/kI9Issf3MNc?t=1606
MIT License
64 stars 7 forks source link

Ensure URLs from test suite pass: #6

Closed RangerMauve closed 2 years ago

RangerMauve commented 3 years ago

Here's a set of URLs for testing IPFS support. We should make sure all of them are handled properly.

https://ipfs.github.io/in-web-browsers/ipfs-protocol-handler-support-tests.html

So far it looks like there's already some iffy business in there. 😅

This will be worked on towards the end of the IPFS devgrant for setting up a proper test suite.

RangerMauve commented 2 years ago

The latest work on this is in here: https://github.com/ipfs-shipyard/ipfs-protocol-compliance-suite/pull/6

Stuff is all passing, just need to get merged. 😁