puppeteer/new-docs/puppeteer.protocol.browser.gethistogramsrequest.query.md
2020-07-13 14:01:35 +01:00

658 B

Home > puppeteer > Protocol > Browser > GetHistogramsRequest > query

Protocol.Browser.GetHistogramsRequest.query property

Requested substring in name. Only histograms which have query as a substring in their name are extracted. An empty or absent query returns all histograms.

Signature:

query?: string;