Skip to content

Commit

Permalink
Issue WebAudio#220 - Add software to MidiPermissionDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr committed Oct 27, 2021
1 parent 01d2c5e commit b0be5fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,17 @@ <h2>
<pre class="idl exclude">
dictionary MidiPermissionDescriptor : PermissionDescriptor {
boolean sysex = false;
boolean software = false;
};
</pre>
<p>
`{name: "midi", sysex: true}` is [=PermissionDescriptor/stronger than=] `{name:
"midi", sysex: false}`.
</p>
<p>
`{name: "midi", software: true}` is [=PermissionDescriptor/stronger than=] `{name:
"midi", software: false}`.
</p>
</dd>
</dl>
</section>
Expand Down

0 comments on commit b0be5fc

Please sign in to comment.