Back to Content

GPUQuerySet: count property

files/en-us/web/api/gpuqueryset/count/index.md

latest494 B
Original Source

{{APIRef("WebGPU API")}}{{SecureContext_Header}}{{AvailableInWorkers}}

The count read-only property of the {{domxref("GPUQuerySet")}} interface is a number specifying the number of queries managed by the GPUQuerySet.

Value

A number.

Examples

See the main GPUQuerySet page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also