Skip to content

Commit

Permalink
Add [SecureContext] extended attribute to ContactsManager interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Feb 7, 2024
2 parents c386775 + cb3552e commit 2c6c63d
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 @@ -343,7 +343,7 @@ dictionary ContactsSelectOptions {
boolean multiple = false;
};

[Exposed=Window,SecureContext]
[Exposed=Window, SecureContext]
interface ContactsManager {
Promise<sequence<ContactProperty>> getProperties();
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});
Expand Down

0 comments on commit 2c6c63d

Please sign in to comment.