We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to existing draft on processing the protocol_handlers member, two processed protocol handlers cannot have the same URL.
It seems protocol handlers should be identified by protocol, not handling URL. Should the above actually be "normalizedProtocol"?
The text was updated successfully, but these errors were encountered: