AgregoreWeb/agregore-browser

Allow webapps / extensions to handle protocol urls with Navigator.registerProtocolHandler()

av8ta opened this issue · 1 comments

av8ta commented

I'm thinking since we already have urls like agregore://welcome, why not have protocol specific extensions mounted at paths appended to the protocol string? Perhaps an extension at ssb://settings could be directed to when onboarding to ssb.

Would you mind opening a separate issue to talk about that? It feels like this use case would be better suited for navigator.registerprotocolhandler

Originally posted by @RangerMauve in #196 (comment)

Yeah, I think the use case there was to have renderers for content on p2p protocols.

I'm wondering whether registering protocol handlers is the only way to go about it or if the stuff in #200 could be a path towards this as well.

@av8ta Could you elaborate on the use case for this thread?