From 0c13ec128150b8f5097a4649c6da653cac6e3c30 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:34:14 +0900 Subject: Migrate to multiple Compat macro (zh-cn) --- .../web/api/web_authentication_api/index.html | 76 ++++++++-------------- 1 file changed, 28 insertions(+), 48 deletions(-) (limited to 'files/zh-cn/web/api/web_authentication_api/index.html') diff --git a/files/zh-cn/web/api/web_authentication_api/index.html b/files/zh-cn/web/api/web_authentication_api/index.html index 24193e8f1d..43c4e98b24 100644 --- a/files/zh-cn/web/api/web_authentication_api/index.html +++ b/files/zh-cn/web/api/web_authentication_api/index.html @@ -198,57 +198,37 @@ navigator.credentials.create(createCredentialDefaultArgs)

Browser compatibility

-
{{ CompatibilityTable() }}
+

Credential

-
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(65)}}{{CompatGeckoDesktop(60)}}[1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
+{{Compat("api.Credential")}} -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroid WebviewChrome for AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{CompatNo}}[1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
+

CredentialsContainer

+ +{{Compat("api.CredentialsContainer")}} + +

PublicKeyCredential

+ +{{Compat("api.PublicKeyCredential")}} + +

AuthenticatorResponse

+ +{{Compat("api.AuthenticatorResponse")}} + +

AuthenticatorAttestationResponse

+ +{{Compat("api.AuthenticatorAttestationResponse")}} + +

AuthenticatorAssertionResponse

+ +{{Compat("api.AuthenticatorAssertionResponse")}} + +

PublicKeyCredentialCreationOptions

+ +{{Compat("api.PublicKeyCredentialCreationOptions")}} + +

PublicKeyCredentialRequestOptions

-

[1] Web authentication has been restricted to active documents ({{bug(1409202)}}).

+{{Compat("api.PublicKeyCredentialRequestOptions")}}

See also

-- cgit v1.2.3-54-g00ecf