annevk commented on this pull request.
> </p>
+ <ol class="algorithm">
+ <li>Let <var>url</var> be the result of trying to <a data-lt=
+ "URL Parser">parse</a> <var>potential URL</var>. If failure,
+ <a>throw</a> a <code>TypeError</code> exception.
+ </li>
+ <li>If <a>scheme</a> is not "https", <a>throw</a> a
+ <code>TypeError</code> exception.
+ </li>
+ <li>If <a>query</a> is not null or <a>fragment</a> is not null,
Again, need to specify where the query and fragment come from.
--
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/webpayments-method-identifiers/pull/35#pullrequestreview-35029876