- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 26 Apr 2021 05:08:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 April 2021 12:08:38 UTC
@kenchris commented on this pull request. > + [[HTML]]'s <code>registerProtocolHandler</code> method allows web sites + to register themselves as possible handlers for particular protocols. + What constitutes valid <code>protocol</code> and <code>url</code> + values for <a>ProtocolHandlerItem</a>s is defined in that API. Also + note that the [[HTML]] API uses <a href= + "https://url.spec.whatwg.org/#concept-url-scheme"><code>scheme</code></a> + where we use <code>protocol</code> but the same restrictions apply. + </p> + <section> + <h3> + `protocol` member + </h3> + <p> + The <dfn>protocol</dfn> member of a <a>ProtocolHandlerItem</a> is a + <a>string</a> that represents the protocol to be handled, such as + "mailto" or "web+auth". `mailto`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/972#pullrequestreview-644592175
Received on Monday, 26 April 2021 12:08:38 UTC