From de2ef1e9950eebbacdd55f072dfe03014d113bbd Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Sat, 13 Jul 2024 07:04:51 +0530 Subject: [PATCH] Synchronize with BCD v5.5.39 (#34823) Co-authored-by: OnkarRuikar --- files/en-us/web/api/blob/bytes/index.md | 4 +--- files/en-us/web/api/blob/index.md | 2 +- files/en-us/web/api/gamepadhapticactuator/index.md | 2 +- files/en-us/web/api/gamepadhapticactuator/type/index.md | 4 +++- files/en-us/web/api/pushmessagedata/bytes/index.md | 4 +--- files/en-us/web/api/pushmessagedata/index.md | 2 +- files/en-us/web/manifest/background_color/index.md | 4 +--- files/en-us/web/manifest/orientation/index.md | 4 +--- 8 files changed, 10 insertions(+), 16 deletions(-) diff --git a/files/en-us/web/api/blob/bytes/index.md b/files/en-us/web/api/blob/bytes/index.md index 5769fb640830227..a5e88babec60964 100644 --- a/files/en-us/web/api/blob/bytes/index.md +++ b/files/en-us/web/api/blob/bytes/index.md @@ -3,12 +3,10 @@ title: "Blob: bytes() method" short-title: bytes() slug: Web/API/Blob/bytes page-type: web-api-instance-method -status: - - experimental browser-compat: api.Blob.bytes --- -{{APIRef("File API")}}{{AvailableInWorkers}}{{SeeCompatTable}} +{{APIRef("File API")}}{{AvailableInWorkers}} The **`bytes()`** method of the {{domxref("Blob")}} interface returns a {{jsxref("Promise")}} that resolves with a {{jsxref("Uint8Array")}} containing the contents of the blob as an array of bytes. diff --git a/files/en-us/web/api/blob/index.md b/files/en-us/web/api/blob/index.md index 06e3b681fe24ba3..96fab3aba343f21 100644 --- a/files/en-us/web/api/blob/index.md +++ b/files/en-us/web/api/blob/index.md @@ -33,7 +33,7 @@ The APIs accepting `Blob` objects are also listed in the {{DOMxRef("File")}} doc - {{DOMxRef("Blob.arrayBuffer()")}} - : Returns a promise that resolves with an {{jsxref("ArrayBuffer")}} containing the entire contents of the `Blob` as binary data. -- {{DOMxRef("Blob.bytes()")}} {{experimental_inline}} +- {{DOMxRef("Blob.bytes()")}} - : Returns a promise that resolves with an {{jsxref("Uint8Array")}} containing the contents of the `Blob`. - {{DOMxRef("Blob.slice()")}} - : Returns a new `Blob` object containing the data in the specified range of bytes of the blob on which it's called. diff --git a/files/en-us/web/api/gamepadhapticactuator/index.md b/files/en-us/web/api/gamepadhapticactuator/index.md index a3b40c8b616ee17..9a031d93e4a2698 100644 --- a/files/en-us/web/api/gamepadhapticactuator/index.md +++ b/files/en-us/web/api/gamepadhapticactuator/index.md @@ -13,7 +13,7 @@ This interface is accessible through the {{domxref("Gamepad.hapticActuators")}} ## Instance properties -- {{domxref("GamepadHapticActuator.type")}} {{ReadOnlyInline}} +- {{domxref("GamepadHapticActuator.type")}} {{ReadOnlyInline}} {{deprecated_inline}} - : Returns an enum representing the type of the haptic hardware. ## Instance methods diff --git a/files/en-us/web/api/gamepadhapticactuator/type/index.md b/files/en-us/web/api/gamepadhapticactuator/type/index.md index 2ee3e8226daefda..236706190acbf9d 100644 --- a/files/en-us/web/api/gamepadhapticactuator/type/index.md +++ b/files/en-us/web/api/gamepadhapticactuator/type/index.md @@ -3,10 +3,12 @@ title: "GamepadHapticActuator: type property" short-title: type slug: Web/API/GamepadHapticActuator/type page-type: web-api-instance-property +status: + - deprecated browser-compat: api.GamepadHapticActuator.type --- -{{APIRef("Gamepad")}} +{{APIRef("Gamepad")}}{{deprecated_header}} The **`type`** read-only property of the {{domxref("GamepadHapticActuator")}} interface returns an enum representing the type of the haptic hardware. diff --git a/files/en-us/web/api/pushmessagedata/bytes/index.md b/files/en-us/web/api/pushmessagedata/bytes/index.md index 022da5bfb29ba33..776a79e4121ebf3 100644 --- a/files/en-us/web/api/pushmessagedata/bytes/index.md +++ b/files/en-us/web/api/pushmessagedata/bytes/index.md @@ -3,12 +3,10 @@ title: "PushMessageData: bytes() method" short-title: bytes() slug: Web/API/PushMessageData/bytes page-type: web-api-instance-method -status: - - experimental browser-compat: api.PushMessageData.bytes --- -{{APIRef("Push API")}}{{SecureContext_Header}}{{AvailableInWorkers("service")}}{{SeeCompatTable}} +{{APIRef("Push API")}}{{SecureContext_Header}}{{AvailableInWorkers("service")}} The **`bytes()`** method of the {{domxref("PushMessageData")}} interface extracts push message data as an {{jsxref("Uint8Array")}} object. diff --git a/files/en-us/web/api/pushmessagedata/index.md b/files/en-us/web/api/pushmessagedata/index.md index da603d990ba9bf6..4b475203375b4b4 100644 --- a/files/en-us/web/api/pushmessagedata/index.md +++ b/files/en-us/web/api/pushmessagedata/index.md @@ -23,7 +23,7 @@ None. - : Extracts the data as an {{jsxref("ArrayBuffer")}} object. - {{domxref("PushMessageData.blob()")}} - : Extracts the data as a {{domxref("Blob")}} object. -- {{domxref("PushMessageData.bytes()")}} {{experimental_inline}} +- {{domxref("PushMessageData.bytes()")}} - : Extracts the data as a {{jsxref("Uint8Array")}} object. - {{domxref("PushMessageData.json()")}} - : Extracts the data as a [JSON](/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) object. diff --git a/files/en-us/web/manifest/background_color/index.md b/files/en-us/web/manifest/background_color/index.md index 1757e34000cd7f0..b733177af4ae764 100644 --- a/files/en-us/web/manifest/background_color/index.md +++ b/files/en-us/web/manifest/background_color/index.md @@ -2,12 +2,10 @@ title: background_color slug: Web/Manifest/background_color page-type: web-manifest-member -status: - - experimental browser-compat: html.manifest.background_color --- -{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}} +{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}} diff --git a/files/en-us/web/manifest/orientation/index.md b/files/en-us/web/manifest/orientation/index.md index a6b850b0d3ed2a5..3a79818bcbdbdd5 100644 --- a/files/en-us/web/manifest/orientation/index.md +++ b/files/en-us/web/manifest/orientation/index.md @@ -2,12 +2,10 @@ title: orientation slug: Web/Manifest/orientation page-type: web-manifest-member -status: - - experimental browser-compat: html.manifest.orientation --- -{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}} +{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}