Skip to content

Commit

Permalink
Merge pull request #84 from msub2/optional-secondary
Browse files Browse the repository at this point in the history
Mark secondaryViews for setViews as optional in IDL
  • Loading branch information
Manishearth authored Sep 7, 2024
2 parents f259b36 + dcb656c commit 6b28453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ FakeXRDevice {#fakexrdevice-interface}

<script type="idl">
interface FakeXRDevice : EventTarget {
undefined setViews(sequence<FakeXRViewInit> views, sequence<FakeXRViewInit> secondaryViews);
undefined setViews(sequence<FakeXRViewInit> views, optional sequence<FakeXRViewInit> secondaryViews);

Promise<undefined> disconnect();

Expand Down

0 comments on commit 6b28453

Please sign in to comment.