We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31a420 commit 3a4b378Copy full SHA for 3a4b378
index.html
@@ -158,16 +158,9 @@ <h2>
158
Permissions Policy Integration
159
</h2>
160
<p>
161
- {{requestMIDIAccess()}} is a <a>policy-controlled feature</a>, as
162
- defined by [[[Permissions-Policy]]].
163
- </p>
164
- <p>
165
- The feature name for {{requestMIDIAccess()}} is <dfn data-lt=
166
- "midi-fp" data-lt-nodefault="">`midi`</dfn>.
167
168
169
- The <a>default allowlist</a> for {{requestMIDIAccess()}} is
170
- `"self"`.
+ The Web Midi API defines a <a>policy-controlled feature</a> named
+ <dfn data-lt="midi-fp" data-lt-nodefault="">`midi`</dfn> which has a
+ <a>default allowlist</a> of `'self'` [[!Permissions-Policy]].
171
</p>
172
</section>
173
<section data-dfn-for="Navigator">
0 commit comments