Skip to content

Commit

Permalink
add SecureContext to result
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Sep 6, 2023
1 parent 244b54e commit 1fe9179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,7 @@ This method has no arguments and returns a map of capability keys to boolean val
static Promise<GetClientCapabilitiesResult> getClientCapabilities();
};

[SecureContext, Exposed=Window]
interface GetClientCapabilitiesResult {
readonly maplike<DOMString, boolean>;
};
Expand Down

0 comments on commit 1fe9179

Please sign in to comment.