abhidas17695 / dweb-ext

0 stars 0 forks source link

Catching other URLS #31

Open mitra42 opened 6 years ago

mitra42 commented 6 years ago

Now that we've done this, we can intercept other dweb style URLs.

I'm not sure what the rules are, can we for example intercept any or all of: dweb: ipfs: magnet:*

abhidas17695 commented 6 years ago

We could catch all such URLs with the code url.startsWith('dweb') || url.startsWith('ipfs') || url.startsWith('magnet') Did you have this in mind ?

mitra42 commented 6 years ago

Great - no change is required yet, I need to figure out what I want to do with them first.

mitra42 commented 6 years ago

At the Dweb summit I spoke to people from IPFS, Mozilla and GUN to come to some agreement on how to better support URIs across platforms. The draft of my documentation is at [https://github.com/mitra42/dweb-universal/blob/master/naming.md] .

The next step for dweb-ext would be I believe to:

I'm happy to chat about this to clear up any questions, note that I'm on Australia (Sydney) time currently which is 4.5 hours ahead of India.

abhidas17695 commented 6 years ago

I'l check out the document today. Will you be available on Slack ?

mitra42 commented 6 years ago

Yes - but only for an hour or so, it might be better tomorrow whenever you are available.

mitra42 commented 6 years ago

Note that when complete we can tackle #39

abhidas17695 commented 6 years ago

I'l check out #39