You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: files/en-us/mozilla/firefox/experimental_features/index.md
-40
Original file line number
Diff line number
Diff line change
@@ -1682,46 +1682,6 @@ Notifications have the [`requireInteraction`](/en-US/docs/Web/API/Notification/r
1682
1682
</tbody>
1683
1683
</table>
1684
1684
1685
-
### SVG path API methods
1686
-
1687
-
The `SVGPathSegment` interface now supports the `getPathData()`, `setPathData()`, and `getPathSegmentAtLength()` methods. These methods provide a convenient way to work with SVG path data instead of parsing raw string data. ([Firefox bug 1934525](https://bugzil.la/1934525)).
Copy file name to clipboardexpand all lines: files/en-us/mozilla/firefox/releases/137/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ This article provides information about the changes in Firefox 137 that affect d
47
47
48
48
### APIs
49
49
50
+
- The {{domxref("SVGPathSegment/getPathData","getPathData()")}}, {{domxref("SVGPathSegment/setPathData","setPathData()")}}, and {{domxref("SVGPathSegment/getPathSegmentAtLength","getPathSegmentAtLength()")}} methods of the {{domxref("SVGPathSegment")}} interface are now supported. These methods provide a convenient way to work with SVG path data instead of parsing raw string data. ([Firefox bug 1945312](https://bugzil.la/1945312)).
{{domxref("GPUAdapter")}} interface returns a {{domxref("GPUAdapterInfo")}} object containing identifying information about the adapter.
15
15
16
-
The intention behind this property is to allow developers to request specific details about the user's GPU so that they can preemptively apply workarounds for GPU-specific bugs, or provide different codepaths to better suit different GPU architectures. Providing such information does present a security risk — it could be used for fingerprinting — therefore the information shared is to be kept at a minimum, and different browser vendors are likely to share different information types and granularities.
The **`GPUAdapterInfo`** interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} contains identifying information about a {{domxref("GPUAdapter")}}.
13
13
14
-
A `GPUAdapterInfo` object instance is retrieved using the {{domxref("GPUAdapter.info")}} property.
14
+
An adapter's `GPUAdapterInfo` can be retrieved using the {{domxref("GPUAdapter.info")}} property of the adapter itself, or the {{domxref("GPUDevice.adapterInfo")}} property of a device that originated from the adapter.
15
+
16
+
This object allows developers to access specific details about the user's GPU so that they can preemptively apply workarounds for GPU-specific bugs, or provide different codepaths to better suit different GPU architectures. Providing such information does present a security risk — it could be used for fingerprinting — therefore the information shared is kept at a minimum, and different browser vendors are likely to share different information types and granularities.
15
17
16
18
{{InheritanceDiagram}}
17
19
@@ -28,6 +30,8 @@ A `GPUAdapterInfo` object instance is retrieved using the {{domxref("GPUAdapter.
{{domxref("GPUDevice")}} interface returns a {{domxref("GPUAdapterInfo")}} object containing identifying information about the device's originating adapter.
Copy file name to clipboardexpand all lines: files/en-us/web/api/gpusupportedlimits/index.md
+33-33
Original file line number
Diff line number
Diff line change
@@ -23,39 +23,39 @@ Given that different browsers will handle this differently and the tier values m
23
23
24
24
The following limits are represented by properties in a `GPUSupportedLimits` object. See the [Limits](https://gpuweb.github.io/gpuweb/#limits) section of the specification for detailed descriptions of what the limits relate to.
|`maxInterStageShaderComponents`{{deprecated_inline}} {{non-standard_inline}} (use `maxInterStageShaderVariables` instead, see [deprecation notice](https://developer.chrome.com/blog/new-in-webgpu-133#deprecate_maxinterstageshadercomponents_limit) for more info)| 60 |
0 commit comments