Skip to content

Commit

Permalink
Meta: export "normalize protocol handler parameters"
Browse files Browse the repository at this point in the history
Helps with w3c/manifest#972.
  • Loading branch information
diekus authored and mfreed7 committed Jun 3, 2022
1 parent bf31509 commit 551a515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -95986,9 +95986,9 @@ interface <dfn interface>Navigator</dfn> {

<hr>

<p>To <dfn>normalize protocol handler parameters</dfn>, given a string <var>scheme</var>, a string
<var>url</var>, and an <span>environment settings object</span> <var>environment</var>, run these
steps:</p>
<p>To <dfn export>normalize protocol handler parameters</dfn>, given a string <var>scheme</var>, a
string <var>url</var>, and an <span>environment settings object</span> <var>environment</var>, run
these steps:</p>

<ol>
<li><p>Set <var>scheme</var> to <var>scheme</var>, <span>converted to ASCII
Expand Down

0 comments on commit 551a515

Please sign in to comment.