From 38a7f18c33d1baef0ee8a42280afd6053145002b Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 5 Aug 2024 07:44:37 -0700 Subject: [PATCH] Update files/en-us/web/api/credentialscontainer/get/index.md Co-authored-by: Hamish Willee --- files/en-us/web/api/credentialscontainer/get/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/api/credentialscontainer/get/index.md b/files/en-us/web/api/credentialscontainer/get/index.md index 16131db2ddfdbc3..a08560a3f37f01b 100644 --- a/files/en-us/web/api/credentialscontainer/get/index.md +++ b/files/en-us/web/api/credentialscontainer/get/index.md @@ -12,7 +12,8 @@ The **`get()`** method of the {{domxref("CredentialsContainer")}} interface retu The method accepts a single optional `options` argument, which may include: -- A `mediation` property indicating how and whether the user should be asked to participate in the operation, controlling, for example, whether the site can silently sign a user in using a stored credential. +- A `mediation` property indicating how and whether the user should be asked to participate in the operation. + This controls, for example, whether the site can silently sign a user in using a stored credential. - A `signal` property enabling the operation to be cancelled using an {{domxref("AbortController")}}. - One or more properties — `password`, `federated`, `identity`, `otp`, `publicKey` — which indicate the [types of credential](/en-US/docs/Web/API/Credential_Management_API/Credential_types) being requested. If set, the values of these properties include any parameters that the browser needs in order to find an appropriate credential of the requested type.