Skip to content

Commit

Permalink
Synchronize with BCD v5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Oct 9, 2024
1 parent b2833dd commit 5c7b522
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/installevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This interface inherits from the {{domxref("ExtendableEvent")}} interface.

## Constructor

- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}}
- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} {{experimental_inline}}
- : Creates a new `InstallEvent` object.

## Instance properties
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/installevent/installevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ short-title: InstallEvent()
slug: Web/API/InstallEvent/InstallEvent
page-type: web-api-constructor
status:
- experimental
- deprecated
- non-standard
browser-compat: api.InstallEvent.InstallEvent
---

{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{Non-standard_header}}
{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{SeeCompatTable}}

The **`InstallEvent()`** constructor creates a new {{domxref("InstallEvent")}} object.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/webglrenderingcontext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ The following properties and methods provide general information and functionali

- {{domxref("WebGLRenderingContext.drawingBufferColorSpace")}}
- : Specifies the color space of the WebGL drawing buffer.
- {{domxref("WebGLRenderingContext.unpackColorSpace")}} {{Experimental_Inline}}
- {{domxref("WebGLRenderingContext.unpackColorSpace")}}
- : Specifies the color space to convert to when importing textures.

## Working with extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ title: "WebGLRenderingContext: unpackColorSpace property"
short-title: unpackColorSpace
slug: Web/API/WebGLRenderingContext/unpackColorSpace
page-type: web-api-instance-property
status:
- experimental
browser-compat: api.WebGLRenderingContext.unpackColorSpace
---

{{APIRef("WebGL")}}{{SeeCompatTable}}{{AvailableInWorkers}}
{{APIRef("WebGL")}}{{AvailableInWorkers}}

The **`WebGLRenderingContext.unpackColorSpace`** property specifies the color space to convert to when importing textures. Along with the default (`srgb`), the `display-p3` color space can be used.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Insignificant {{Glossary("whitespace")}} may be present anywhere except within a

## Static methods

- {{jsxref("JSON.isRawJSON()")}} {{experimental_inline}}
- {{jsxref("JSON.isRawJSON()")}}
- : Tests whether a value is an object returned by {{jsxref("JSON.rawJSON()")}}.
- {{jsxref("JSON.parse()")}}
- : Parse a piece of string text as JSON, optionally transforming the produced value and its properties, and return the value.
- {{jsxref("JSON.rawJSON()")}} {{experimental_inline}}
- {{jsxref("JSON.rawJSON()")}}
- : Creates a "raw JSON" object containing a piece of JSON text. When serialized to JSON, the raw JSON object is treated as if it is already a piece of JSON. This text is required to be valid JSON.
- {{jsxref("JSON.stringify()")}}
- : Return a JSON string corresponding to the specified value, optionally including only certain properties or replacing property values in a user-defined manner.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
title: JSON.isRawJSON()
slug: Web/JavaScript/Reference/Global_Objects/JSON/isRawJSON
page-type: javascript-static-method
status:
- experimental
browser-compat: javascript.builtins.JSON.isRawJSON
---

{{JSRef}}{{SeeCompatTable}}
{{JSRef}}

The **`JSON.isRawJSON()`** static method tests whether a value is an object returned by {{jsxref("JSON.rawJSON()")}}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
title: JSON.rawJSON()
slug: Web/JavaScript/Reference/Global_Objects/JSON/rawJSON
page-type: javascript-static-method
status:
- experimental
browser-compat: javascript.builtins.JSON.rawJSON
---

{{JSRef}}{{SeeCompatTable}}
{{JSRef}}

The **`JSON.rawJSON()`** static method creates a "raw JSON" object containing a piece of JSON text. When serialized to JSON, the raw JSON object is treated as if it is already a piece of JSON. This text is required to be valid JSON.

Expand Down

0 comments on commit 5c7b522

Please sign in to comment.