mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
3b09e956c6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
429 B
429 B
sidebar_label |
---|
Puppeteer.unregisterCustomQueryHandler |
Puppeteer.unregisterCustomQueryHandler() method
Unregisters a custom query handler for a given name.
Signature:
class Puppeteer {
static unregisterCustomQueryHandler(name: string): void;
}
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns:
void