Skip to content

Commit caa4012

Browse files
authored
Synchronize with BCD v6.0.17 (#39655)
Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com>
1 parent 3ffce2e commit caa4012

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

files/en-us/web/api/languagedetector/availability_static/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "LanguageDetector: availability() static method"
33
short-title: availability()
44
slug: Web/API/LanguageDetector/availability_static
55
page-type: web-api-static-method
6+
status:
7+
- experimental
68
browser-compat: api.LanguageDetector.availability_static
79
---
810

9-
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}
11+
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}{{SeeCompatTable}}
1012

1113
The **`availability()`** static method of the {{domxref("LanguageDetector")}} interface returns an enumerated value that indicates whether the browser AI model supports a given `LanguageDetector` configuration.
1214

files/en-us/web/api/languagedetector/create_static/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "LanguageDetector: create() static method"
33
short-title: create()
44
slug: Web/API/LanguageDetector/create_static
55
page-type: web-api-static-method
6+
status:
7+
- experimental
68
browser-compat: api.LanguageDetector.create_static
79
---
810

9-
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}
11+
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}{{SeeCompatTable}}
1012

1113
The **`create()`** static method of the {{domxref("LanguageDetector")}} interface creates a new `LanguageDetector` instance to detect languages.
1214

files/en-us/web/api/notification/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _Also inherits properties from its parent interface, {{domxref("EventTarget")}}_
3030
- `granted` — The user accepts having notifications displayed.
3131
- `default` — The user choice is unknown and therefore the browser will act as if the value were denied.
3232

33-
- {{domxref("Notification.maxActions_static", "Notification.maxActions")}} {{ReadOnlyInline}}
33+
- {{domxref("Notification.maxActions_static", "Notification.maxActions")}} {{ReadOnlyInline}} {{experimental_inline}}
3434
- : The maximum number of actions supported by the device and the User Agent.
3535

3636
## Instance properties

files/en-us/web/api/notification/maxactions_static/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "Notification: maxActions static property"
33
short-title: maxActions
44
slug: Web/API/Notification/maxActions_static
55
page-type: web-api-static-property
6+
status:
7+
- experimental
68
browser-compat: api.Notification.maxActions_static
79
---
810

9-
{{APIRef("Web Notifications")}}{{SecureContext_Header}} {{AvailableInWorkers}}
11+
{{APIRef("Web Notifications")}}{{SecureContext_Header}} {{AvailableInWorkers}}{{SeeCompatTable}}
1012

1113
The **`maxActions`** read-only static property of the
1214
{{domxref("Notification")}} interface returns the maximum number of actions supported by

files/en-us/web/api/translator/availability_static/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "Translator: availability() static method"
33
short-title: availability()
44
slug: Web/API/Translator/availability_static
55
page-type: web-api-static-method
6+
status:
7+
- experimental
68
browser-compat: api.Translator.availability_static
79
---
810

9-
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}
11+
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}{{SeeCompatTable}}
1012

1113
The **`availability()`** static method of the {{domxref("Translator")}} interface returns an enumerated value that indicates the availability of the AI model for the given `Translator` configuration.
1214

files/en-us/web/api/translator/create_static/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "Translator: create() static method"
33
short-title: create()
44
slug: Web/API/Translator/create_static
55
page-type: web-api-static-method
6+
status:
7+
- experimental
68
browser-compat: api.Translator.create_static
79
---
810

9-
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}
11+
{{APIRef("Translator and Language Detector APIs")}}{{securecontext_header}}{{SeeCompatTable}}
1012

1113
The **`create()`** static method of the {{domxref("Translator")}} interface creates a new `Translator` instance that can be used to translate text.
1214

0 commit comments

Comments
 (0)