Skip to content

Commit

Permalink
Use object for request (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Apr 16, 2024
1 parent e07d72e commit f6bd43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2>
<pre class="idl">
dictionary IdentityRequestProvider {
required DOMString protocol;
required DOMString request;
required object request;
};
</pre>
<h3>
Expand Down

0 comments on commit f6bd43e

Please sign in to comment.