Skip to content

Commit

Permalink
Add [Exposed=Window, SecureContext] to test interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon committed Nov 12, 2021
1 parent 07ed81a commit c03dac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests.bs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ code may access them.
<pre class="idl">
callback BluetoothManualChooserEventsCallback = undefined(sequence&lt;DOMString> events);

[Exposed=Window, SecureContext]
interface TestRunner {
undefined setBluetoothMockDataSet(DOMString dataSetName);
undefined setBluetoothManualChooser();
Expand Down Expand Up @@ -281,6 +282,7 @@ action corresponding to the {{event}}:
<h2 id="event-sender">eventSender</h2>

<pre class="idl">
[Exposed=Window, SecureContext]
interface EventSender {
undefined keyDown(DOMString code);
};
Expand Down

0 comments on commit c03dac5

Please sign in to comment.