Skip to content

Commit

Permalink
Update pepc.html with demo instructions (#111)
Browse files Browse the repository at this point in the history
Update pepc.html with demo instructions.
  • Loading branch information
engedy authored Oct 16, 2023
1 parent fa47688 commit 760d1ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pepc.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
<div><permission id="camera" type="camera"></div>
<div><permission id="microphone" type="microphone"></div>
<div><permission id="camera-microphone" type="camera microphone"></div>
<div class="demo-instructions">
<h2>👩🏻‍💻 Demo instructions</h2>
You will see empty rectangles unless this browser implementes basic support for the &lt;permission&gt;&nbsp;element. In Chrome M120 or later, follow these instructions to enable experimental support:
<ul>
<li>Shut down the browser process.</li>
<li>
Restart the browser with these command line flags:
<pre>--enable-blink-features=PermissionElement --enable-features=PermissionElement</pre>
</li>
<li>
Ensure the flags actually took effect by verifying they appear on:
<pre>chrome://version</pre>
</li>
</ul>
</div>
</div>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
Expand Down

0 comments on commit 760d1ff

Please sign in to comment.