WICG / manifest-incubations

Before install prompt API for installing web applications
https://wicg.github.io/manifest-incubations/
Other
98 stars 30 forks source link

Can processed protocol handlers have two entries that point to the same URL? #92

Open szewai opened 9 months ago

szewai commented 9 months ago

According to existing draft on processing the protocol_handlers member, two processed protocol handlers cannot have the same URL.

If processedProtocolHandlers contains the normalizedUrl, continue.

It seems protocol handlers should be identified by protocol, not handling URL. Should the above actually be "normalizedProtocol"?