Skip to content

Commit

Permalink
The Identity interface should be SecureContext (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Feb 12, 2024
1 parent b53405e commit 26ee01b
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 @@ -224,7 +224,7 @@ <h2>
[=credentials=] that are classified as an [=identity credential=].
</p>
<pre class="idl">
[Exposed=Window]
[Exposed=Window, SecureContext]
interface Identity : Credential {
// Future things...
};
Expand Down

0 comments on commit 26ee01b

Please sign in to comment.