Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize with BCD v5.6.5 #36274

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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()")}} {{experimental_inline}}
- : Creates a new `InstallEvent` object.

## Instance properties
Expand Down
5 changes: 2 additions & 3 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,11 @@ short-title: InstallEvent()
slug: Web/API/InstallEvent/InstallEvent
page-type: web-api-constructor
status:
- deprecated
- non-standard
- experimental
OnkarRuikar marked this conversation as resolved.
Show resolved Hide resolved
browser-compat: api.InstallEvent.InstallEvent
OnkarRuikar marked this conversation as resolved.
Show resolved Hide resolved
---

{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{Non-standard_header}}
{{APIRef("Service Workers API")}}{{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